a first rough implementation for testing 'bonding' myplc's
[tests.git] / system / LocalSubstrate.inria.py
index 3fd52d0..a4f1359 100755 (executable)
@@ -22,7 +22,8 @@ class OnelabSubstrate (Substrate):
    def build_lxc_boxes_spec (self):
 # velvet needs attention
 #      return [ 'liquid', 'reed', 'velvet' ]
-      return [ 'liquid', 'reed' ]
+# reed out of the pool, liquid only used for the last f18 build      
+      return [ 'buzzcocks', 'liquid' ]
 
    # the lxc-capable box for PLCs
    def plc_lxc_boxes_spec (self):
@@ -40,7 +41,7 @@ class OnelabSubstrate (Substrate):
 
    def qemu_boxes_spec (self):
       return [ # (hostname, how many qemus max in this box)
-         ('buzzcocks', 12),
+         ('boxtops', 12),
          ]
 
 # these boxes are going on a well deserved retirement