From e7605a84a6edd9b460e1ab64008ae753ca88a408 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 14 May 2009 02:50:35 +0000 Subject: [PATCH] adjust to planetlab local names --- system/config_ptestqemus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config_ptestqemus.py b/system/config_ptestqemus.py index 2249a06..cde7790 100644 --- a/system/config_ptestqemus.py +++ b/system/config_ptestqemus.py @@ -3,12 +3,12 @@ import sys from TestMapper import TestMapper from TestPool import TestPoolQemu -princeton_qemus_pool = [ ( 'p-testqemu1.onelab.eu', None, None ) ] +princeton_qemus_pool = [ ( 'testqemu1.test.planet-lab.org', None, None ) ] def config (plcs, options): # all plcs on the same vserver box - plc_box ='p-testbox-plc.onelab.eu' + plc_box ='testbox.test.planet-lab.org' # informative label=options.personality.replace("linux","") -- 2.47.0