X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_wifilab.py;h=fff7cdf5534c3e820c208febd0df4d1abddc83c6;hb=b8e06da874da1ddc3c98bbf98971220d3219b144;hp=20c6f9cf5ac4826fb72111e176a5bed30a371ae3;hpb=10fc693e10cb435ad1e5058805c9431d0861a5b8;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() ]