diff options
| author | Gordon Sim <gsim@apache.org> | 2013-06-27 13:11:11 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-06-27 13:11:11 +0000 |
| commit | 53a509b938dccbb84b4c13d31398f5136e03794c (patch) | |
| tree | ab84cb84f365fbb0431facced092584158e4bfd2 /qpid/cpp/src/tests/run_cli_tests | |
| parent | 7fcc9bbee83fcf198dded27a39bfa0bba8033868 (diff) | |
| download | qpid-python-53a509b938dccbb84b4c13d31398f5136e03794c.tar.gz | |
NO-JIRA: restrict broker to listen only on loopback interface (ensures they are listening on the right interface when port is 0)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1497339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_cli_tests')
| -rwxr-xr-x | qpid/cpp/src/tests/run_cli_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/run_cli_tests b/qpid/cpp/src/tests/run_cli_tests index ea44437c0d..a7f55d58b7 100755 --- a/qpid/cpp/src/tests/run_cli_tests +++ b/qpid/cpp/src/tests/run_cli_tests @@ -56,9 +56,9 @@ start_brokers() { targs="--ignore=*xml*" fi - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port + ../qpidd --daemon --port 0 --interface 127.0.0.1 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port LOCAL_PORT=`cat qpidd.port` - ../qpidd --daemon --port 0 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port + ../qpidd --daemon --port 0 --interface 127.0.0.1 --no-data-dir --no-module-dir --mgmt-publish no --auth no $xargs > qpidd.port REMOTE_PORT=`cat qpidd.port` } |
