Commit 01a8a2a6 authored by Denis Bilenko's avatar Denis Bilenko

fix Test_portforwarder on Mac OS X

parent 7f0cda6e
......@@ -258,7 +258,7 @@ class Test_udp_server(BaseTestServer):
class Test_portforwarder(BaseTestServer):
path = 'portforwarder.py'
args = ['127.0.0.5:9999', '127.0.0.6:9999']
args = ['127.0.0.1:10011', '127.0.0.1:10012']
URL = 'tcp://' + args[0]
def test(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment