must check that sfaadmin registry import_registry returns 0
[tests.git] / system / LocalSubstrate.inria.py
index 5c6d04f..97772f0 100755 (executable)
@@ -24,17 +24,17 @@ class OnelabSubstrate (Substrate):
 
    # the vs-capable box for PLCs
    def plc_boxes_spec (self):
-      return [ ('vs64-1', 20),  # how many plcs max in this box
+      return [ ('vs64-1', 35),  # how many plcs max in this box
                ]  
 
-   # vplc01 to 15
+   # vplc01 to 40
    def vplc_ips (self):
       return [  ( 'vplc%02d'%i,                 # DNS name
                   'unused')                     # MAC address 
-                for i in range(1,21) ] 
+                for i in range(1,41) ] 
 
    def qemu_boxes_spec (self):
-      return [ # how many plcs max in this box
+      return [ # how many qemus max in this box
          ('kvm64-1', 3), # 4 cores, 4Gb
          ('kvm64-2', 3), # 4 cores, 4Gb
          ('kvm64-3', 2), # 2 cores, 4Gb