From c348a3fbe61816d788fa60efd0ba59ad8b8519d1 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sat, 22 Nov 2003 00:22:29 +0000 Subject: not used anymore --- isys/testprobe | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100755 isys/testprobe diff --git a/isys/testprobe b/isys/testprobe deleted file mode 100755 index 4ed5dce9c..000000000 --- a/isys/testprobe +++ /dev/null @@ -1,30 +0,0 @@ -#!/usr/bin/python - -import _isys - -p = _isys.ProbedList() -p.updateNet() -p.updateIde() -p.updateScsi() - -i = 0 -print "found devices:" -#while (i < len(p)): -# print "\t", p[i] -# i = i + 1 - -print len (p) - -for i in p: - print "\t", i - -print "Removable test" -for (dclass, path, comment) in p: -# print "IDE Test-> ",path,_isys.isIdeRemovable("/dev/"+path) -# print "SCSI Test-> ",path,_isys.isScsiRemovable("/dev/"+path) - import isys - - if dclass != 'net': - print path, isys.driveIsRemovable(path) - - -- cgit