X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Ftesting%2Ftests%2FT024snmpv3getSHA1;fp=userapps%2Fopensource%2Fnet-snmp%2Ftesting%2Ftests%2FT024snmpv3getSHA1;h=0000000000000000000000000000000000000000;hb=cf3b25a5003e531e4599b2a56fa007f272198570;hp=bc92a2751148af39dfaad413ec86bc2f8bb40be8;hpb=59e02c1be2c9b373846b0789fbd5b7ef46f0927f;p=bcm963xx.git diff --git a/userapps/opensource/net-snmp/testing/tests/T024snmpv3getSHA1 b/userapps/opensource/net-snmp/testing/tests/T024snmpv3getSHA1 deleted file mode 100755 index bc92a275..00000000 --- a/userapps/opensource/net-snmp/testing/tests/T024snmpv3getSHA1 +++ /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