X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_wifilab.py;h=fff7cdf5534c3e820c208febd0df4d1abddc83c6;hb=827e02837563b292d94609ff5c6ea0c6e2c30e90;hp=20c6f9cf5ac4826fb72111e176a5bed30a371ae3;hpb=d2bd9d6de371cfd3970e5c0f3b73dc49b3c09cd4;p=tests.git diff --git a/system/config_wifilab.py b/system/config_wifilab.py index 20c6f9c..fff7cdf 100644 --- a/system/config_wifilab.py +++ b/system/config_wifilab.py @@ -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', @@ -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() ]