add pyOpenSSL to the list of packages to pip2 install for sfa
[tests.git] / system / config_default.py
index 5176509..d38b622 100644 (file)
@@ -65,7 +65,7 @@ def nodes(options, index):
              'route_fields' :           { 'subnet' : '0.0.0.0/0',
                                           'next_hop' : 'xxx-deferred-xxx',
                                           },
-             'bootmedium_options' :     [ 'serial', 'no-hangcheck', 'systemd-debug' ],
+             'bootmedium_options' :     [ 'serial', 'no-hangcheck', 'systemd-console' ],
              'tags'               :     {
                  # no tags anymore
              },
@@ -103,14 +103,14 @@ def users (options) :
          'roles':['pi','tech']},
 
         {'name' : 'tech', 'key_names' : [ 'key_user' ],
-         'user_fields' : {'first_name' : 'Tech', 'last_name' : 'Tech',
+         'user_fields' : {'first_name' : 'André', 'last_name' : 'Tech',
                           'enabled' : 'true',
                           'email' : 'fake-tech1@{}'.format(pldomain),
                           'password' : 'testtech'},
          'roles':['tech']},
 
         {'name' : 'user', 'key_names' : [ 'key_user' ],
-         'user_fields' : {'first_name' : 'User', 'last_name' : 'User',
+         'user_fields' : {'first_name' : 'Eylül', 'last_name' : 'User',
                           'enabled' : 'true',
                           'email' : 'fake-user1@{}'.format(pldomain),
                           'password' : 'testuser'},
@@ -501,7 +501,7 @@ def plc (options, index) :
             'PLC_ROOT_PASSWORD' : 'test++',
             'PLC_SLICE_PREFIX' : 'auto',
             'PLC_HRN_ROOT': sfa_root(index),
-            'PLC_SHORTNAME' : 'Rlab',
+            'PLC_SHORTNAME' : 'Tlab',
             'PLC_MAIL_ENABLED' : 'false',
             'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr',
             'PLC_DB_HOST' : 'deferred-myplc-hostname',