From 15fb425082084577e58077f5ef94efef5b49e679 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Nov 2008 20:53:59 +0000 Subject: [PATCH] using only onelab.eu dns --- system/config_1testbox.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/system/config_1testbox.py b/system/config_1testbox.py index 64f6eee..92a3f68 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -7,14 +7,12 @@ from TestMapper import TestMapper def config (plcs, options): if options.arch == "i386": - testbox1 = 'testbox1.inria.fr' - testbox2 = 'testbox1.inria.fr' + testbox1 = 'testbox32.onelab.eu' + testbox2 = 'testbox64_2.onelab.eu' target=testbox1 elif options.arch == "x86_64": -# testbox1 = 'testbox64-1.onelab.eu' -# testbox2 = 'testbox64-2.onelab.eu' - testbox1 = 'testbox2.inria.fr' - testbox2 = 'testbox4.inria.fr' + testbox1 = 'testbox64_1.onelab.eu' + testbox2 = 'testbox64_2.onelab.eu' target=testbox1 else: print 'Unsupported arch %s'%options.arch -- 2.47.0