From b1ceaab742314040d98b413217ed6536cd8fe53d Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Wed, 21 Sep 2011 10:29:59 +0200
Subject: [PATCH] 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)

---
 system/TestPlc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.47.0