summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext')
-rw-r--r--cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext25
1 files changed, 0 insertions, 25 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext b/cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext
deleted file mode 100644
index 6c3fdf65c9..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T015snmpv2cgetnext
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv2c getnext of system.sysUpTime
-
-SKIPIF NETSNMP_DISABLE_SNMPV2C
-SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE
-
-#
-# Begin test
-#
-
-# standard V2C configuration: testcomunnity
-. ./Sv2cconfig
-
-STARTAGENT
-
-CAPTURE "snmpgetnext -On $SNMP_FLAGS -c testcommunity -v 2c $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3"
-
-STOPAGENT
-
-CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"
-
-FINISHED