oops remove duplicate deathvegas
[tests.git] / system / LocalSubstrate.inria.py
index 74e8a0d..17fb664 100755 (executable)
@@ -20,16 +20,17 @@ class OnelabSubstrate (Substrate):
 
    # the build boxes we use 
    def build_boxes_spec (self):
-      return [ 'liquid', 'reed', 'velvet', ]
+      return [ 'liquid', 'reed', 'velvet', 'gorillaz' ]
 
    # 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', 35),  # how many plcs max in this box 
+               ('deathvegas', 35),  
                ]  
 
    # vplc01 to 40
@@ -43,8 +44,8 @@ class OnelabSubstrate (Substrate):
          ('kvm64-1', 3), # 4 cores, 4Gb
          ('kvm64-2', 3), # 4 cores, 4Gb
          ('kvm64-3', 2), # 2 cores, 4Gb
-         ('kvm64-4', 3), # 4 cores, 8Gb
-         ('kvm64-5', 2), # 2 cores, 4Gb
+         ('kvm64-4', 1), # 4 cores, 8Gb
+         ('kvm64-5', 1), # 2 cores, 4Gb
          ('kvm64-6', 2), # 2 cores, 4Gb
          ]