From: Anil-Kumar Vengalil Date: Thu, 11 Feb 2010 09:35:23 +0000 (+0000) Subject: making sfa tests more duration-friendly. Order of triggering sfa test methods is... X-Git-Tag: tests-5.0-2~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=143e2e6112526f833d4e7f23785d693cec78fa71;p=tests.git making sfa tests more duration-friendly. Order of triggering sfa test methods is changed so that the sfa slice is on the node in the first cycle of nm itself --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 3fbcb09..2d3f725 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -92,10 +92,10 @@ class TestPlc: 'kill_all_qemus', 'start_node', SEP, # better use of time: do this now that the nodes are taking off 'plcsh_stress_test', SEP, - 'nodes_ssh_debug', 'nodes_ssh_boot', 'check_slice', 'check_initscripts', SEP, 'install_sfa', 'configure_sfa', 'import_sfa', 'start_sfa', SEP, - 'setup_sfa', 'add_sfa', 'update_sfa', SEP, - 'view_sfa', 'check_slice_sfa', 'delete_sfa', 'stop_sfa', SEP, + 'setup_sfa', 'add_sfa', 'update_sfa', 'view_sfa', SEP, + 'nodes_ssh_debug', 'nodes_ssh_boot', 'check_slice', 'check_initscripts', SEP, + 'check_slice_sfa', 'delete_sfa', 'stop_sfa', SEP, 'check_tcp', 'check_hooks', SEP, 'force_gather_logs', 'force_local_post', ]