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