From: Tony Mack Date: Wed, 30 Jan 2008 13:49:11 +0000 (+0000) Subject: no needed anymore X-Git-Tag: 2008-02-11-last-vmware-support~51 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=80eb21155c7dc4b3f4e808eda8541173c0792e3a;p=tests.git no needed anymore --- diff --git a/system/step_check_nodes.py b/system/step_check_nodes.py deleted file mode 100644 index a953069..0000000 --- a/system/step_check_nodes.py +++ /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 index 9c85447..0000000 --- a/system/step_check_slices.py +++ /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