From 80763e1e2eae8bbcc75beec0682ab0ced5671569 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 20 Nov 2008 09:40:45 +0000 Subject: [PATCH] 2 nodes on one 32bits box for now --- system/config_1testbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.0