From: Thierry Parmentelat Date: Thu, 20 Nov 2008 09:40:45 +0000 (+0000) Subject: 2 nodes on one 32bits box for now X-Git-Tag: tests-4.3-0~77 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=80763e1e2eae8bbcc75beec0682ab0ced5671569;p=tests.git 2 nodes on one 32bits box for now --- diff --git a/system/config_1testbox.py b/system/config_1testbox.py index 92a3f68..038b68e 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -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'