From: Mohamed Larabi Date: Mon, 2 Apr 2012 22:08:25 +0000 (+0200) Subject: put .timestamp file inside /var/lib/lxc// X-Git-Tag: tests-5.1-1~5^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=a16c0c800dd04f4e4c54a0cbf983018d20bfed6d;p=tests.git put .timestamp file inside /var/lib/lxc// --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 4421fac..cbdb2d2 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -191,7 +191,7 @@ class TestPlc: def vm_timestamp_path (self): if self.options.plcs_use_lxc: - return "/var/lib/lxc/%s.timestamp"%(self.vservername) + return "/var/lib/lxc/%s/%s.timestamp"%(self.vservername,self.vservername) else: return "/vservers/%s.timestamp"%(self.vservername)