From 18a1138cb9ac40c04217800b460686cca38f821a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 28 Feb 2015 21:19:30 +0100 Subject: [PATCH] do not create, delete, or check initscripts --- system/TestPlc.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 1d1d7c3..9e39768 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -140,7 +140,8 @@ class TestPlc: 'plc_install', 'plc_configure', 'plc_start', SEP, 'keys_fetch', 'keys_store', 'keys_clear_known_hosts', SEP, 'plcapi_urls','speed_up_slices', SEP, - 'initscripts', 'sites', 'nodes', 'slices', 'nodegroups', 'leases', SEP, + # noinitscript branch: 'initscripts', + 'sites', 'nodes', 'slices', 'nodegroups', 'leases', SEP, # slices created under plcsh interactively seem to be fine but these ones don't have the tags # keep this our of the way for now 'check_vsys_defaults_ignore', SEP, @@ -160,7 +161,9 @@ class TestPlc: # but as the stress test might take a while, we sometimes missed the debug mode.. 'probe_kvm_iptables', 'ping_node', 'ssh_node_debug', 'plcsh_stress_test@1', SEP, - 'ssh_node_boot', 'node_bmlogs', 'ssh_slice', 'ssh_slice_basics', 'check_initscripts_ignore', SEP, + 'ssh_node_boot', 'node_bmlogs', 'ssh_slice', 'ssh_slice_basics', + # noinitscript branch: 'check_initscripts_ignore', + SEP, 'ssh_slice_sfa@1', SEPSFA, 'sfa_rspec_empty@1', 'sfa_allocate_empty@1', 'sfa_provision_empty@1','sfa_check_slice_plc_empty@1', SEPSFA, 'sfa_delete_slice@1', 'sfa_delete_user@1', SEPSFA, @@ -176,7 +179,8 @@ class TestPlc: other_steps = [ 'export', 'show_boxes', 'super_speed_up_slices', SEP, 'check_hooks', 'plc_stop', 'plcvm_start', 'plcvm_stop', SEP, - 'delete_initscripts', 'delete_nodegroups','delete_all_sites', SEP, + # noinitscript branch: 'delete_initscripts', + 'delete_nodegroups','delete_all_sites', SEP, 'delete_sites', 'delete_nodes', 'delete_slices', 'keys_clean', SEP, 'delete_leases', 'list_leases', SEP, 'populate', SEP, -- 2.43.0