summaryrefslogtreecommitdiffstats
path: root/isys/testprobe
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2000-05-10 15:11:36 +0000
committerMike Fulbright <msf@redhat.com>2000-05-10 15:11:36 +0000
commit7400253c6412a70c24ef1a508f4c5ba61f11caf9 (patch)
tree7fb2e058a9b567da9a4fd024141b1908faf3fb50 /isys/testprobe
parent084438ff2ece1b6d8ed3caaf03f30ea98259bac5 (diff)
downloadanaconda-7400253c6412a70c24ef1a508f4c5ba61f11caf9.tar.gz
anaconda-7400253c6412a70c24ef1a508f4c5ba61f11caf9.tar.xz
anaconda-7400253c6412a70c24ef1a508f4c5ba61f11caf9.zip
added test for if a scsi drive is removable (thanks msw)
Diffstat (limited to 'isys/testprobe')
-rwxr-xr-xisys/testprobe6
1 files changed, 6 insertions, 0 deletions
diff --git a/isys/testprobe b/isys/testprobe
index f0b1573a5..2c49fcea7 100755
--- a/isys/testprobe
+++ b/isys/testprobe
@@ -17,3 +17,9 @@ print len (p)
for i in p:
print "\t", i
+
+print "Removable test"
+for (dclass, path, comment) in p:
+ print path,_isys.isScsiRemovable("/dev/"+path)
+
+