\o/ working, quieten debug

This commit is contained in:
Oliver Gorwits
2018-01-30 15:34:37 +00:00
parent c5c25cee7f
commit 1c048320a6

View File

@@ -8,6 +8,7 @@ use Test::More 1.302083;
use SNMP::Info; use SNMP::Info;
use Path::Class 'dir'; use Path::Class 'dir';
# needed when running with Alien::SNMP::MAXTC
%SNMP::Info::MIBS = ('RFC1213-MIB' => 'sysName'); %SNMP::Info::MIBS = ('RFC1213-MIB' => 'sysName');
my $info = SNMP::Info->new( my $info = SNMP::Info->new(
@@ -17,8 +18,8 @@ my $info = SNMP::Info->new(
Version => 2, Version => 2,
MibDirs => [ _build_mibdirs() ], MibDirs => [ _build_mibdirs() ],
IgnoreNetSNMPConf => 1, IgnoreNetSNMPConf => 1,
Debug => 1, # Debug => 1,
DebugSNMP => 1, # DebugSNMP => 1,
); );
ok($info, 'SNMP::Info instantiated'); ok($info, 'SNMP::Info instantiated');