put gotan as lxc test box and remove deathvegas
[tests.git] / system / LocalSubstrate.inria.py
index 72f77a0..3ddf0f6 100755 (executable)
@@ -19,21 +19,22 @@ class OnelabSubstrate (Substrate):
       return 'testmaster'
 
    # the build boxes we use 
-   def build_boxes_spec (self):
+   def build_vs_boxes_spec (self):
       return [ 'liquid', 'reed', 'velvet' ]
 
+   # the experimental lxc-based build box
+   def build_lxc_boxes_spec (self):
+      return [ 'warhol' ]
+
    # the vs-capable box for PLCs
    def plc_vs_boxes_spec (self):
-      return [ 
-#         ('warhol', 35),  # how many plcs max in this box
-         ]  
+      return [ ]
 
    # the lxc-capable box for PLCs
    def plc_lxc_boxes_spec (self):
       return [ 
-# gotan has fsck issues and is being reinstalled under f20
-#         ('gotan', 10),         # how many plcs max in this box 
-         ('deathvegas', 10),    
+         ('gotan', 10),         # how many plcs max in this box 
+#         ('deathvegas', 10),    
          ]  
 
    # vplc01 to 40