From: Thierry Parmentelat Date: Fri, 27 Mar 2009 06:27:25 +0000 (+0000) Subject: suspecting random entries to interfere with slice creation - skip populate X-Git-Tag: tests-4.3-0~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=233f8e401331fb4b7de2df05d79072ebfa103ff4;p=tests.git suspecting random entries to interfere with slice creation - skip populate --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 319ca9c..3c406aa 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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',