From 143e2e6112526f833d4e7f23785d693cec78fa71 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Thu, 11 Feb 2010 09:35:23 +0000 Subject: [PATCH] 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 --- system/TestPlc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', ] -- 2.47.0