partition testboxes too
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 18:16:20 +0000 (18:16 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 24 Feb 2009 18:16:20 +0000 (18:16 +0000)
system/config_1testbox.py

index 3e7aef9..8767f78 100644 (file)
@@ -7,14 +7,8 @@ from TestMapper import TestMapper
 def config (plcs, options):
 
     plc_box='testbox-plc.onelab.eu'
-    qemu_box='testbox1.onelab.eu'
-#    if options.arch == "i386":
-#        target = 'testbox32.onelab.eu'
-#    elif options.arch == "x86_64":
-#        target = 'testbox64.onelab.eu'
-#    else:
-#        print 'Unsupported arch %s'%options.arch
-#        sys.exit(1)
+# testbox1-2 for the trunk, 3 for 4.2
+    qemu_box='testbox3.onelab.eu'
 
     mapper = {'plc': [ ('*' , {'hostname':plc_box,
                                'PLC_DB_HOST':plc_box,