boxtops can stand the heat
[tests.git] / system / LocalSubstrate.inria.py
index 2767f32..639c14d 100755 (executable)
@@ -1,6 +1,7 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
+# -*- python3 -*-
 # Thierry Parmentelat <thierry.parmentelat@inria.fr>
-# Copyright (C) 2010 INRIA 
+# Copyright (C) 2015 INRIA 
 #
 # this is only an example file
 # the actual file is installed in your testmaster box as /root/LocalTestResources.py
@@ -28,7 +29,7 @@ class OnelabSubstrate (Substrate):
       return [ 
 # gotan looks in bad shape and I can't use its drac from the US
 #         ('gotan', 20),         # how many plcs max in this box 
-         ('deathvegas', 12),    
+         ('buzzcocks', 12),    
          ]  
 
    # vplc01 to 40
@@ -39,7 +40,7 @@ class OnelabSubstrate (Substrate):
 
    def qemu_boxes_spec (self):
       return [ # (hostname, how many qemus max in this box)
-         ('boxtops', 12),
+         ('boxtops', 64),
          ]
 
 # these boxes are going on a well deserved retirement