summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget')
-rwxr-xr-xcleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget39
1 files changed, 0 insertions, 39 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget b/cleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget
deleted file mode 100755
index 8a8ecb765e..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T0220snmpv3bulkget
+++ /dev/null
@@ -1,39 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv3 bulkget of system
-
-SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE
-
-#
-# Begin test
-#
-
-# standard V3 configuration:
-. ./Sv3config
-
-STARTAGENT
-
-CAPTURE "snmpbulkget $SNMP_FLAGS -On -Cn1 -Cr2 $NOAUTHTESTARGS $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.4 .1.3.6.1.2.1.1"
-
-STOPAGENT
-
-CHECKORDIE ".1.3.6.1.2.1.1.4.0 = STRING:"
-CHECKORDIE ".1.3.6.1.2.1.1.1.0 = STRING:"
-CHECKORDIE ".1.3.6.1.2.1.1.2.0 = OID:"
-
-CHECK ".1.3.6.1.2.1.1.3.0"
-if [ "$snmp_last_test_result" != 0 ] ; then
- return_value=1
- FINISHED
-fi
-
-CHECK ".1.3.6.1.2.1.1.5.0"
-EXPECTRESULT 0
-if [ "$snmp_last_test_result" != 0 ] ; then
- return_value=1
- FINISHED
-fi
-
-FINISHED