From dc14953a1f0300014c12e5e46150249fd1caac2d Mon Sep 17 00:00:00 2001 From: stass Date: Wed, 29 Mar 2023 16:16:36 +0300 Subject: [PATCH] fix test --- test/test_snmp_union.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_snmp_union.sh b/test/test_snmp_union.sh index 712e06c0..449f19d0 100644 --- a/test/test_snmp_union.sh +++ b/test/test_snmp_union.sh @@ -152,7 +152,8 @@ function testexit(){ ENTITY_OID=".1.3.6.1.2.1.47.1.1.1" -expectpart "$($snmpwalk -i .1.3.6)" 0 "0.0" +echo $(snmpwalk -c public -v2c localhost -t 10) +exit 1 # first string, value=first OID_FIRST="${ENTITY_OID}.1.1.1"