2 nodes on one 32bits box for now
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Nov 2008 09:40:45 +0000 (09:40 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 20 Nov 2008 09:40:45 +0000 (09:40 +0000)
system/config_1testbox.py

index 92a3f68..038b68e 100644 (file)
@@ -8,7 +8,7 @@ def config (plcs, options):
 
     if options.arch == "i386":
         testbox1 = 'testbox32.onelab.eu'
-        testbox2 = 'testbox64_2.onelab.eu'
+        testbox2 = 'testbox32.onelab.eu'
         target=testbox1
     elif options.arch == "x86_64":
         testbox1 = 'testbox64_1.onelab.eu'