From: Thierry Parmentelat Date: Wed, 21 Sep 2011 08:29:59 +0000 (+0200) Subject: it's important that the plc timestamp gets created before the vserver X-Git-Tag: tests-5.0-29~21 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b1ceaab742314040d98b413217ed6536cd8fe53d;p=tests.git it's important that the plc timestamp gets created before the vserver is built to prevent conflicts with concurrent tests (requires a tweak in vtest-init-vserver) --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 54ca644..394653c 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -87,7 +87,7 @@ class TestPlc: default_steps = [ 'show', SEP, - 'vs_delete','vs_create','timestamp_vs', SEP, + 'vs_delete','timestamp_vs','vs_create', SEP, 'plc_install', 'plc_configure', 'plc_start', SEP, 'keys_fetch', 'keys_store', 'keys_clear_known_hosts', SEP, 'initscripts', 'sites', 'nodes', 'slices', 'nodegroups', 'leases', SEP,