X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FLocalSubstrate.inria.py;h=639c14d184dd1cae788090f2cf47163b9c2c5a20;hb=ecfd3c10755fc660c44151b3773f971517d017f9;hp=2767f3289a202dbc13d7e82690e577e31aa56b43;hpb=c8e2f4e3a327181b29521583770a6f0ff68ca6eb;p=tests.git diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 2767f32..639c14d 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -1,6 +1,7 @@ -#!/usr/bin/python -u +#!/usr/bin/python3 -u +# -*- python3 -*- # Thierry Parmentelat -# 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