From 98c5ca73e87c6a06d9489d81b43bc0b95496f410 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 18 Nov 2008 13:25:56 +0000 Subject: [PATCH] using inria aliases for now - until I find onelab.eu again --- system/config_1testbox.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/config_1testbox.py b/system/config_1testbox.py index 1a7f37e..64f6eee 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -7,14 +7,14 @@ from TestMapper import TestMapper def config (plcs, options): if options.arch == "i386": - testbox1 = 'testbox32.onelab.eu' - testbox2 = 'testbox32.onelab.eu' + testbox1 = 'testbox1.inria.fr' + testbox2 = 'testbox1.inria.fr' target=testbox1 elif options.arch == "x86_64": # testbox1 = 'testbox64-1.onelab.eu' # testbox2 = 'testbox64-2.onelab.eu' - testbox1 = 'testbox64.onelab.eu' - testbox2 = 'estran.inria.fr' + testbox1 = 'testbox2.inria.fr' + testbox2 = 'testbox4.inria.fr' target=testbox1 else: print 'Unsupported arch %s'%options.arch -- 2.47.0