summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/interlink_tests.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-06-13 17:45:56 +0000
committerGordon Sim <gsim@apache.org>2013-06-13 17:45:56 +0000
commit97e2c0bf40f0876c7b609d4959a91fdc875fa295 (patch)
treec50de0a20d00bf333ee6d14ef9768dc49916bc9b /qpid/cpp/src/tests/interlink_tests.py
parent8e6ba3842d910bdd3daacdfa45bcce0ab40e8f14 (diff)
downloadqpid-python-97e2c0bf40f0876c7b609d4959a91fdc875fa295.tar.gz
NO-JIRA: restrict broker to listen only on loopback interface (which is all that gets used by clients) in order to avoid port collisions
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1492778 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, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/interlink_tests.py b/qpid/cpp/src/tests/interlink_tests.py
index 129283ac24..9900ef45f1 100755
--- a/qpid/cpp/src/tests/interlink_tests.py
+++ b/qpid/cpp/src/tests/interlink_tests.py
@@ -250,6 +250,7 @@ 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+"]