Code

Fixed testcases for check_snmp, check_ifstatus and check_ifoperstatus when no snmp...
authorMatthias Eble <psychotrahe@gmx.de>
Sat, 13 Jun 2009 16:13:49 +0000 (18:13 +0200)
committerMatthias Eble <psychotrahe@gmx.de>
Sat, 13 Jun 2009 16:13:49 +0000 (18:13 +0200)
commit38e20a1a3369bf470b8ce9b66ca5dfb57302e009
treefb4ffd31aa4b1312273e57505c466d8392df3890
parent05b801284c714e2e39a4fffc69d11d9cb78fe5ef
Fixed testcases for check_snmp, check_ifstatus and check_ifoperstatus when no snmp community is specified

The checks for invalid/unavailable hosts need a complete command line.
They failed on hosts where no community was specified. Now, an invalid community is used so
the tests can run on hosts w/o snmp host/community in NPTest.cache. Execution will fail anyway.
plugins-scripts/t/check_ifoperstatus.t
plugins-scripts/t/check_ifstatus.t
plugins/t/check_snmp.t