X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=00ababf2433b83f12b16de8dd97c147204a13849;hb=9d9c35913d1312a42ef63fc665f44aabc80cf001;hp=c2c1651fe8b7c63ddcd1339659cadabb6f39a55b;hpb=f395e8d3a322aae3b624a441e114931588f09126;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index c2c1651..00ababf 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -434,6 +434,9 @@ def tcp_specs (options,index): # with the addition of omf-friendly slices.. slice3='%s_sl4'%login_base(2) slice4='%s_sl5'%login_base(2) + +# NOTE: port 9999 is hard-wired in the code to be used for checking network readiness +# so it is not to be used here # bind on 0.0.0.0 and try to reach this on localhost # not expected to work same_node_same_slice_lo = { 'server_node': 'node1', 'server_slice': slice1,