no needed anymore
authorTony Mack <tmack@cs.princeton.edu>
Wed, 30 Jan 2008 13:49:11 +0000 (13:49 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Wed, 30 Jan 2008 13:49:11 +0000 (13:49 +0000)
system/step_check_nodes.py [deleted file]
system/step_check_slices.py [deleted file]

diff --git a/system/step_check_nodes.py b/system/step_check_nodes.py
deleted file mode 100644 (file)
index a953069..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-import utils
-from TestPlc import TestPlc
-from TestSite import TestSite
-
-# requirement is to implement
-# run (plc_spec, options)
-
-def run (test_plc,options):
-
-    result=True
-    for site_spec in test_plc.plc_spec['sites']:
-        utils.header('Checking nodes')
-        if not TestSite(test_plc,site_spec).check_nodes():
-            result=False
-    return result
diff --git a/system/step_check_slices.py b/system/step_check_slices.py
deleted file mode 100644 (file)
index 9c85447..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-import utils
-from TestPlc import TestPlc
-from TestSite import TestSite
-
-# requirement is to implement
-# run (plc_spec, options)
-
-def run (test_plc,options):
-
-    result=True
-    for site_spec in test_plc.plc_spec['sites']:
-        utils.header('Checking slices')
-        if not TestSite(test_plc,site_spec).check_slices():
-            result=False
-    return result