each plc to create a third, omf-friendly slice
[tests.git] / system / config_wifilab.py
index fa519df..fff7cdf 100644 (file)
@@ -235,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',
@@ -246,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',
@@ -261,4 +262,7 @@ def plc () :
     }
 
 def config (plc_specs,options):
+    print "config_wifilab is obsolete .."
+    import sys
+    sys.exit(1)
     return plc_specs + [ plc() ]