summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/interlink_tests.py
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2013-06-19 15:30:50 +0000
committerAndrew Stitcher <astitcher@apache.org>2013-06-19 15:30:50 +0000
commit0c801f4ef8be29a0a756bce67651cac7f583a525 (patch)
tree94a8268fc22ae62f61b77ba59de1aba044d7d270 /qpid/cpp/src/tests/interlink_tests.py
parent3ed7df0bb26d82b63a2d0a2f47db79693220cb02 (diff)
downloadqpid-python-0c801f4ef8be29a0a756bce67651cac7f583a525.tar.gz
QPID-4931: Only allow broker to listen to a single address if "--port 0" specified
- If more than one address is specified or implied by the defaults the broker will log a warning - This is intended to avoid testing problems where the broker fails to connect to the port of subsequent listening addresses git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1494656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/interlink_tests.py')
-rwxr-xr-xqpid/cpp/src/tests/interlink_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/interlink_tests.py b/qpid/cpp/src/tests/interlink_tests.py
index 9900ef45f1..129283ac24 100755
--- a/qpid/cpp/src/tests/interlink_tests.py
+++ b/qpid/cpp/src/tests/interlink_tests.py
@@ -250,7 +250,6 @@ class AmqpBrokerTest(BrokerTest):
def amqp_broker(self):
assert BrokerTest.amqp_lib, "Cannot locate AMQP 1.0 plug-in"
args = ["--load-module", BrokerTest.amqp_lib,
- "--interface=127.0.0.1",
"--max-negotiate-time=600000",
"--log-enable=trace+:Protocol",
"--log-enable=info+"]