From 41522effbdab200ff5824441d5e1e1f7cf2756a2 Mon Sep 17 00:00:00 2001 From: thierry Date: Tue, 23 Mar 2010 08:28:03 +0000 Subject: [PATCH] use names in pl.sophia.inria.fr --- scripts/manage-infrastructure.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/manage-infrastructure.py b/scripts/manage-infrastructure.py index bdd434e..c2e91f1 100755 --- a/scripts/manage-infrastructure.py +++ b/scripts/manage-infrastructure.py @@ -8,13 +8,13 @@ from optparse import OptionParser class BuildBoxes: # everything in the onelab.eu domain - domain = 'onelab.eu' + domain = 'pl.sophia.inria.fr' testmaster = 'testmaster' build_boxes = [ "mirror", "liquid", "reed", "velvet", ] plc_boxes = [ "testplc" ] qemu_boxes = \ - [ "testqemu%d"%i for i in range (1,4) ] + \ - [ "testqemu32-%d"%i for i in range (1,6) ] + [ "qemu64-%d"%i for i in range (1,4) ] + \ + [ "qemu32-%d"%i for i in range (1,6) ] test_boxes = plc_boxes + qemu_boxes def __init__ (self): -- 2.47.0