From: Thierry Parmentelat Date: Tue, 20 Mar 2012 11:31:16 +0000 (+0100) Subject: again X-Git-Tag: tests-5.1-1~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5949e5943257833a10aa94483715f80179384c1a;p=tests.git again --- diff --git a/system/Substrate.py b/system/Substrate.py index 4ab496d..af6c724 100644 --- a/system/Substrate.py +++ b/system/Substrate.py @@ -870,9 +870,10 @@ class Substrate: # for compat with older LocalSubstrate try: self.plc_vs_boxes = [ PlcVsBox (h,m) for (h,m) in self.plc_vs_boxes_spec ()] + self.plc_lxc_boxes = [ PlcLxcBox (h,m) for (h,m) in self.plc_lxc_boxes_spec ()] except: self.plc_vs_boxes = [ PlcVsBox (h,m) for (h,m) in self.plc_boxes_spec ()] - self.plc_lxc_boxes = [ PlcLxcBox (h,m) for (h,m) in self.plc_lxc_boxes_spec ()] + self.plc_lxc_boxes = [ ] self.qemu_boxes = [ QemuBox (h,m) for (h,m) in self.qemu_boxes_spec ()] self._sensed=False