summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget')
-rwxr-xr-xcleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget40
1 files changed, 0 insertions, 40 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget b/cleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget
deleted file mode 100755
index ec2c42710b..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T0160snmpv2cbulkget
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv2c bulkget of system components
-
-SKIPIF NETSNMP_DISABLE_SNMPV2C
-SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE
-
-#
-# Begin test
-#
-
-# standard V2 configuration: testcomunnity
-. ./Sv2cconfig
-
-STARTAGENT
-
-CAPTURE "snmpbulkget $SNMP_FLAGS -v2c -On -Cn1 -Cr2 -c testcommunity $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