it's important that the plc timestamp gets created before the vserver
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Sep 2011 08:29:59 +0000 (10:29 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 21 Sep 2011 08:29:59 +0000 (10:29 +0200)
is built to prevent conflicts with concurrent tests
(requires a tweak in vtest-init-vserver)

system/TestPlc.py

index 54ca644..394653c 100644 (file)
@@ -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,