and added files
[bcm963xx.git] / userapps / opensource / net-snmp / testing / tests / T024snmpv3getSHA1
1 #!/bin/sh
2
3 . ../eval_tools.sh
4
5 HEADER SNMPv3 get using templateSHA/SHA of .1.3.6.1.2.1.1.3.0
6
7 SKIPIFNOT USE_OPENSSL
8
9 #
10 # Begin test
11 #
12
13 # standard V3 configuration for templateSHA user
14 . ./Sv3configsha
15
16 STARTAGENT
17
18 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"
19
20 STOPAGENT
21
22 CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"
23
24 FINISHED