From 9742acaa6321bf117af7ed10a87d0ce2687087b4 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 28 Nov 2008 12:51:57 +0000 Subject: [PATCH] use alias name for the plc box --- 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 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","") -- 2.47.0