remove gotan from test infra cause tests are passing yet on it
[tests.git] / system / LocalSubstrate.inria.py
index 72f77a0..6008649 100755 (executable)
@@ -19,19 +19,20 @@ 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),    
          ]