all build boxes run lxc
[tests.git] / system / LocalSubstrate.inria.py
index 2d0123b..10758c0 100755 (executable)
@@ -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):