From: Thierry Parmentelat Date: Tue, 28 Jan 2014 08:53:56 +0000 (+0100) Subject: all build boxes run lxc X-Git-Tag: tests-5.3-2~24 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=7ab545cde7518604b8bd70275da16dcfe855ac4a all build boxes run lxc --- diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 2d0123b..10758c0 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -20,11 +20,11 @@ class OnelabSubstrate (Substrate): # the build boxes we use def build_vs_boxes_spec (self): - return [ 'liquid', 'reed', 'velvet' ] + return [] # the experimental lxc-based build box def build_lxc_boxes_spec (self): - return [ 'warhol' ] + return [ 'liquid', 'reed', 'velvet', 'warhol' ] # the vs-capable box for PLCs def plc_vs_boxes_spec (self):