finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T024snmpv3getSHA1
diff --git a/userapps/opensource/net-snmp/testing/tests/T024snmpv3getSHA1 b/userapps/opensource/net-snmp/testing/tests/T024snmpv3getSHA1
deleted file mode 100755 (executable)
index bc92a27..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER SNMPv3 get using templateSHA/SHA of .1.3.6.1.2.1.1.3.0
-
-SKIPIFNOT USE_OPENSSL
-
-#
-# Begin test
-#
-
-# standard V3 configuration for templateSHA user
-. ./Sv3configsha
-
-STARTAGENT
-
-CAPTURE "snmpget -On $SNMP_FLAGS -v 3 -a SHA -A initial_test_pass_auth -l anp -u initial udp:localhost:$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