X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestPlc.py;h=d4f1f291c7802f68ad95078f8887b264c2d5b6b7;hb=a215a83708958198c47638127e8c11331321721e;hp=0b072910c72bac035c713450bf7780e8c6168006;hpb=193c1f9c7cae0bb34a243210f15f094bdd82c7b4;p=tests.git diff --git a/system/TestPlc.py b/system/TestPlc.py index 0b07291..d4f1f29 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,