change in name of test host?!
This commit is contained in:
@@ -25,7 +25,7 @@ my $info = SNMP::Info->new(
|
|||||||
ok($info, 'SNMP::Info instantiated');
|
ok($info, 'SNMP::Info instantiated');
|
||||||
ok((!defined $info->error()), 'No error on initial connection');
|
ok((!defined $info->error()), 'No error on initial connection');
|
||||||
|
|
||||||
is($info->name(), 'Reboot', 'name is Reboot');
|
is($info->name(), 'new system name', 'name is "new system name"');
|
||||||
is($info->class(), 'SNMP::Info::Layer3::NetSNMP', 'class is Layer3::NetSNMP');
|
is($info->class(), 'SNMP::Info::Layer3::NetSNMP', 'class is Layer3::NetSNMP');
|
||||||
|
|
||||||
done_testing;
|
done_testing;
|
||||||
|
|||||||
Reference in New Issue
Block a user