IP renumbering
[tests.git] / system / config_main.py
index 42c8410..65451bb 100644 (file)
@@ -5,7 +5,7 @@
 #     (**) TestMain options field
 # (*) and that returns the new set of plc_specs
 
-# values like 'hostname', 'ip' and the like my be rewritten later with a TestPool object
+# values like 'hostname', 'ip' and the like are rewritten later with a TestPool object
 
 def nodes(options,index):
     return [{'name':'node%d'%index,
@@ -188,7 +188,8 @@ def plc (options,index) :
         'role' : 'root',
         'PLC_ROOT_USER' : 'root@test.onelab.eu',
         'PLC_ROOT_PASSWORD' : 'test++',
-        'PLC_NAME' : 'TestLab',
+        'PLC_NAME' : 'Regression TestLab',
+        'PLC_SHORTNAME' : 'Rlab',
         'PLC_MAIL_ENABLED':'true',
         'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr',
         'PLC_DB_HOST' : 'deferred-myplc-hostname',