X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_wifilab.py;h=73b4e17b0f884e2000e051635c282edf763520be;hb=dc0d985308143a990312b5fe118f21f2a9766028;hp=0aafdcf9373f1150d8bab2336ae097b8d5f1c57b;hpb=d09cbd5b5d9d02ceadf6f09c446b17c8c1cb6f5e;p=tests.git diff --git a/system/config_wifilab.py b/system/config_wifilab.py index 0aafdcf..73b4e17 100644 --- a/system/config_wifilab.py +++ b/system/config_wifilab.py @@ -1,3 +1,6 @@ +# Thierry Parmentelat +# Copyright (C) 2010 INRIA +# # a configuration module is expected: # (*) to define a config method # (*) that takes two arguments @@ -140,7 +143,7 @@ def sites (): 'login_base':'wifi', 'abbreviated_name':'wifi', 'max_slices':100, - 'url':'http://testbox1.onelab.eu', + 'url':'http://test.onelab.eu', }, 'address_fields' : {'line1':'route des lucioles', 'city':'sophia', @@ -232,6 +235,7 @@ def slices (): def plc () : return { + 'index' : index, 'name' : 'wifilab', # as of yet, not sure we can handle foreign hosts, but this is required though 'hostname' : 'wlab24.inria.fr', @@ -243,7 +247,7 @@ def plc () : 'PLC_ROOT_PASSWORD' : 'test++', 'PLC_NAME' : 'WifiLab', 'PLC_MAIL_ENABLED':'true', - 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', + 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr', 'PLC_DB_HOST' : 'wlab24.inria.fr', 'PLC_API_HOST' : 'wlab24.inria.fr', 'PLC_WWW_HOST' : 'wlab24.inria.fr',