From 80eb21155c7dc4b3f4e808eda8541173c0792e3a Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 30 Jan 2008 13:49:11 +0000 Subject: [PATCH] no needed anymore --- system/step_check_nodes.py | 15 --------------- system/step_check_slices.py | 15 --------------- 2 files changed, 30 deletions(-) delete mode 100644 system/step_check_nodes.py delete mode 100644 system/step_check_slices.py 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 -- 2.47.0