From: Thierry Parmentelat Date: Tue, 18 Nov 2008 20:53:59 +0000 (+0000) Subject: using only onelab.eu dns X-Git-Tag: tests-4.3-0~80 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=15fb425082084577e58077f5ef94efef5b49e679;p=tests.git using only onelab.eu dns --- 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