summaryrefslogtreecommitdiff
path: root/cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk')
-rw-r--r--cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk31
1 files changed, 0 insertions, 31 deletions
diff --git a/cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk b/cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk
deleted file mode 100644
index f9811f5c11..0000000000
--- a/cleopatre/application/spidnetsnmp/testing/tests/T151solarishostdisk
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-. ../eval_tools.sh
-
-HEADER initial load device on Solaris using HOST-RESOURCES
-
-if test `uname -s` != "SunOS" ; then
- # a bogus skip for !suns
- SKIPIFNOT XXXYYYZZZ
-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