From: Mohamed Larabi <mohamed.larabi@inria.fr>
Date: Sun, 1 Apr 2012 22:25:17 +0000 (+0200)
Subject: daemonize the container at start time
X-Git-Tag: tests-5.1-1~7^2
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2ffdcb76d2bcb838118419d8553afc3d07e4765c;p=tests.git

daemonize the container at start time
---

diff --git a/system/TestPlc.py b/system/TestPlc.py
index 9171bd4..9cd2181 100644
--- a/system/TestPlc.py
+++ b/system/TestPlc.py
@@ -198,7 +198,7 @@ class TestPlc:
     #start/stop the vserver
     def start_guest_in_host(self):
         if self.options.plcs_use_lxc:
-            return "lxc-start --name=%s"%(self.vservername)
+            return "lxc-start --daemon --name=%s"%(self.vservername)
         else:
             return "vserver %s start"%(self.vservername)