Change test scripts according to hints in #507 (replace localhost by 127.0.0.1)

Signed-off-by: Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>
pull/1600/head
Wolfgang Hottgenroth 7 years ago committed by Roger A. Light
parent 20fbed21e3
commit e8c711b81c

@ -17,7 +17,7 @@ def write_config(filename, port1, port2):
f.write("port %d\n" % (port2))
f.write("\n")
f.write("connection bridge_sample\n")
f.write("address localhost:%d\n" % (port1))
f.write("address 127.0.0.1:%d\n" % (port1))
f.write("bridge_attempt_unsubscribe false\n")
f.write("topic # in 0 local/topic/ remote/topic/\n")
f.write("topic prefix/# in 0 local2/topic/ remote2/topic/\n")

@ -17,7 +17,7 @@ def write_config(filename, port1, port2):
f.write("port %d\n" % (port2))
f.write("\n")
f.write("connection bridge_test\n")
f.write("address localhost:%d\n" % (port1))
f.write("address 127.0.0.1:%d\n" % (port1))
f.write("topic bridge/# both 0\n")
f.write("notifications false\n")
f.write("restart_timeout 2\n")

Loading…
Cancel
Save