X-Git-Url: http://git.onelab.eu/?p=tests.git;a=blobdiff_plain;f=system%2FTestPlc.py;h=6c74294e64468cee06b6e50d6778efb5453a779a;hp=e704d98be5e3969753365d3c4d3ca30406027cdc;hb=72262d25e7d32f817c47494cfa7173ef283230da;hpb=7879c3ee19ff579aeb771cefd5a9882f6da5ca1f diff --git a/system/TestPlc.py b/system/TestPlc.py index e704d98..6c74294 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1437,7 +1437,8 @@ class TestPlc: # the issue here is that we have the server run in background # and so we have no clue if it took off properly or not # looks like in some cases it does not - if not spec['s_sliver'].run_tcp_server(port, timeout=20): + address = spec['s_sliver'].test_node.name() + if not spec['s_sliver'].run_tcp_server(address, port, timeout=20): overall = False break