From: Thierry Parmentelat Date: Fri, 16 Dec 2011 09:15:19 +0000 (+0100) Subject: use plt instead of pl X-Git-Tag: tests-5.0-35~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=238378193a074ac24bc74abc3325d06811d71556;p=tests.git use plt instead of pl --- diff --git a/system/config_default.py b/system/config_default.py index b286b34..2c280fa 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -20,8 +20,10 @@ def login_base (index): else: return 'site%s'%chr(index+94) def sfa_root (index): - # pla, plb, ... - return 'pl%s'%chr(index+96) + # use plt (planetlab test) instead of pl + # otherwise a triangular test ends up with 'plc' + # plta, pltb, ... + return 'plt%s'%chr(index+96) def nodes(options,index): return [{'name':'node%d'%index,