do not create, delete, or check initscripts
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 28 Feb 2015 20:19:30 +0000 (21:19 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sat, 28 Feb 2015 20:19:30 +0000 (21:19 +0100)
system/TestPlc.py

index 1d1d7c3..9e39768 100644 (file)
@@ -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,