summaryrefslogtreecommitdiff
path: root/testing/fulltests/default/T151solarishostdisk_simple
blob: 77a117f27fdc7daddac1f93474db3a9626336bd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/sh

. ../support/simple_eval_tools.sh

HEADER initial load device on Solaris using HOST-RESOURCES

if test `uname -s` != "SunOS" ; then
    # a bogus skip for !suns
    SKIP  "not running solaris"
fi

SKIPIFNOT USING_HOST_HR_SYSTEM_MODULE
SKIPIF NETSNMP_DISABLE_SNMPV1

#
# Begin test
#

# standard V1 configuration: testcommunity
. ./Sv1config

STARTAGENT

# ask for the index of the initial device (hrSystemInitialLoadDevice.0)
CAPTURE "snmpget -On $SNMP_FLAGS -c testcommunity -v 1 $SNMP_TRANSPORT_SPEC:$SNMP_TEST_DEST$SNMP_SNMPD_PORT .1.3.6.1.2.1.25.1.3.0"

STOPAGENT

CHECKORDIE "^.1.3.6.1.2.1.25.1.3.0 = INTEGER:"

FINISHED