summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get')
-rw-r--r--cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get24
1 files changed, 0 insertions, 24 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get b/cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get
deleted file mode 100644
index 58c6ce379f..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T020snmpv3get
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv3 get using noAuthNoPriv of .1.3.6.1.2.1.1.3.0
-
-SKIPIFNOT USING_MIBII_SYSTEM_MIB_MODULE
-
-#
-# Begin test
-#
-
-# configure the agent to accept user initial with noAuthNoPriv
-. ./Sv3config
-
-STARTAGENT
-
-CAPTURE "snmpget -On $SNMP_FLAGS $NOAUTHTESTARGS $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