X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=d38b62225a83bfe29c87c432b86a89eb440beced;hb=510d4f034ed4bd4f8abb00cf04abcfbe53ab3ccd;hp=5176509f7dcde5f750bca3918baa41f2d1594577;hpb=afce2f3fde20abf5b9b609a18f2da9829c4eafa5;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index 5176509..d38b622 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -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',