[monitoring-plugins] Fix snmpd tests
Git Repository
git at monitoring-plugins.org
Fri Jan 31 18:40:07 CET 2014
Module: monitoring-plugins
Branch: master
Commit: f45adede7d3f4ef5e7a7d2d136eeb49f372bd500
Author: Thomas Guyot-Sionnest <dermoth at aei.ca>
Date: Fri Jan 31 12:30:11 2014 -0500
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=f45aded
Fix snmpd tests
---
plugins/tests/check_snmp.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/tests/check_snmp.t b/plugins/tests/check_snmp.t
index 258c5a0..d865e19 100755
--- a/plugins/tests/check_snmp.t
+++ b/plugins/tests/check_snmp.t
@@ -79,7 +79,7 @@ Copyright (c) 1986-2004 by cisco Systems, Inc.
$res = NPTest->testCmd( "./check_snmp -H 127.0.0.1 -C public -p $port_snmp -o .1.3.6.1.4.1.8072.3.2.67.0 -o sysContact.0 -o .1.3.6.1.4.1.8072.3.2.67.1");
cmp_ok( $res->return_code, '==', 0, "Exit OK when querying multi-line OIDs" );
like($res->output, '/^SNMP OK - /', "String contains SNMP OK");
-like($res->output, '/'.quotemeta('SNMP OK - Cisco Internetwork Operating System Software Alice Kisco Outernetwork Oserating Gystem Totware |
+like($res->output, '/'.quotemeta('SNMP OK - Cisco Internetwork Operating System Software "Alice" Kisco Outernetwork Oserating Gystem Totware |
.1.3.6.1.4.1.8072.3.2.67.0:
"Cisco Internetwork Operating System Software
IOS (tm) Catalyst 4000 \"L3\" Switch Software (cat4000-I9K91S-M), Version
More information about the Commits
mailing list