suspecting random entries to interfere with slice creation - skip populate
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 Mar 2009 06:27:25 +0000 (06:27 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 Mar 2009 06:27:25 +0000 (06:27 +0000)
system/TestPlc.py

index 319ca9c..3c406aa 100644 (file)
@@ -71,7 +71,7 @@ class TestPlc:
         'init_node','bootcd', 'configure_qemu', 'export_qemu',
         'kill_all_qemus', 'reinstall_node','start_node', SEP,
         # better use of time: do this now that the nodes are taking off
-        'plcsh_stress_test', 'populate' , SEP,
+        'plcsh_stress_test', SEP,
         'nodes_ssh_debug', 'nodes_ssh_boot', 'check_slice', 'check_initscripts', SEP,
         'check_tcp',  SEP,
         'check_sanity',  SEP,
@@ -82,6 +82,7 @@ class TestPlc:
         'clean_initscripts', 'clean_nodegroups','clean_all_sites', SEP,
         'clean_sites', 'clean_nodes', 
         'clean_slices', 'clean_keys', SEP,
+        'populate' , SEP,
         'show_boxes', 'list_all_qemus', 'list_qemus', 'kill_qemus', SEP,
         'db_dump' , 'db_restore', 'trplc_cleanup','trqemu_cleanup','trackers_cleanup', SEP,
         'standby_1 through 20',