~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to testing/tests/T023snmpv3getMD5DES

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
. ../eval_tools.sh
 
4
 
 
5
HEADER SNMPv3 get using initial/MD5DES of .1.3.6.1.2.1.1.3.0
 
6
 
 
7
SKIPIFNOT USE_OPENSSL
 
8
SKIPIFNOT SCAPI_AUTHPRIV
 
9
 
 
10
#
 
11
# Begin test
 
12
#
 
13
 
 
14
# standard V3 configuration for initial user
 
15
. ./Sv3DESconfig
 
16
 
 
17
STARTAGENT
 
18
 
 
19
CAPTURE "snmpget -On $SNMP_FLAGS -v 3 -x DES -X initial_test_pass_priv -a MD5 -A initial_test_pass_auth -l ap -u initial $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.1.3.0"
 
20
 
 
21
STOPAGENT
 
22
 
 
23
CHECK ".1.3.6.1.2.1.1.3.0 = Timeticks:"
 
24
 
 
25
FINISHED