summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail')
-rw-r--r--cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail32
1 files changed, 0 insertions, 32 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail b/cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail
deleted file mode 100644
index 8f7eb9ceb9..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T142snmpv3vacmgetfail
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv3 vacm denial support
-
-#
-# Begin test
-#
-
-# Configuration:
-#initial1 can access .1.3.6.1.2.1.1.1, deny others
-#initial2 can access all except .1.3.6.1.2.1.1.1
-#This case test for denied access
-
-snmp_version=v3
-. ./Sv3vacmconfig
-
-STARTAGENT
-
-CAPTURE "snmpget -On $SNMP_FLAGS -v3 -a MD5 -A initial_test_pass_auth -u initial1 -l anp $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"
-
-CHECKORDIE ".1.3.6.1.2.1.1.3.0 = No Such Object available on this agent at this OID"
-
-
-CAPTURE "snmpget -On $SNMP_FLAGS -v3 -a MD5 -A initial_test_pass_auth -u initial2 -l anp $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.1.0"
-
-CHECKORDIE ".1.3.6.1.2.1.1.1.0 = No Such Object available on this agent at this OID"
-
-STOPAGENT
-
-FINISHED