turn on deathvegas, turn off gotan, as lxc-capable boxes for f>=16 tests
[tests.git] / system / LocalSubstrate.inria.py
index f512440..cc7b58c 100755 (executable)
@@ -20,17 +20,19 @@ class OnelabSubstrate (Substrate):
 
    # the build boxes we use 
    def build_boxes_spec (self):
-      return [ 'liquid', 'reed', 'velvet', 'gorillaz', ]
+      return [ 'liquid', 'reed', 'velvet' ]
 
    # the vs-capable box for PLCs
    def plc_vs_boxes_spec (self):
-      return [ ('vs64-1', 35),  # how many plcs max in this box
+      return [ ('warhol', 35),  # how many plcs max in this box
                ]  
 
    # the lxc-capable box for PLCs
    def plc_lxc_boxes_spec (self):
-      return [ ('lxc64-1', 35),  # how many plcs max in this box
-               ]  
+      return [ 
+#         ('gotan', 30),         # how many plcs max in this box 
+         ('deathvegas', 30),    
+         ]  
 
    # vplc01 to 40
    def vplc_ips (self):