From: Thierry Parmentelat Date: Fri, 28 Nov 2008 12:51:57 +0000 (+0000) Subject: use alias name for the plc box X-Git-Tag: tests-4.3-0~54 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9742acaa6321bf117af7ed10a87d0ce2687087b4;p=tests.git use alias name for the plc box --- diff --git a/system/config_1testbox.py b/system/config_1testbox.py index d891b37..b8a4ea4 100644 --- a/system/config_1testbox.py +++ b/system/config_1testbox.py @@ -9,7 +9,7 @@ onelab_qemus_pool = [ ( 'testqemu%d.onelab.eu'%i, None, None) for i in range(1,4 def config (plcs, options): # all plcs on the same vserver box - plc_box ='speedball.inria.fr' + plc_box ='testbox-plc.onelab.eu' # informative label=options.personality.replace("linux","")