Author: chug
Date: Thu Oct 18 20:14:38 2012
New Revision: 1399828
URL: http://svn.apache.org/viewvc?rev=1399828&view=rev
Log:
QPID-4373 r139931 Fix self test to use proper switch name.
Modified:
qpid/trunk/qpid/cpp/src/tests/run_acl_tests
Modified: qpid/trunk/qpid/cpp/src/tests/run_acl_tests
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/run_acl_tests?rev=1399828&r1=1399827&r2=1399828&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/run_acl_tests (original)
+++ qpid/trunk/qpid/cpp/src/tests/run_acl_tests Thu Oct 18 20:14:38 2012
@@ -31,9 +31,9 @@ trap stop_brokers INT TERM QUIT
start_brokers() {
../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIR
--load-module $ACL_LIB --acl-file policy.acl --auth no
--log-to-file local.log > qpidd.port
LOCAL_PORT=`cat qpidd.port`
- ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIRI
--load-module $ACL_LIB --acl-file policy.acl --auth no
--limit-connections-per-ip 2 --log-to-file locali.log > qpiddi.port
+ ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIRI
--load-module $ACL_LIB --acl-file policy.acl --auth no
--connection-limit-per-ip 2 --log-to-file locali.log > qpiddi.port
LOCAL_PORTI=`cat qpiddi.port`
- ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIRU
--load-module $ACL_LIB --acl-file policy.acl --auth no
--limit-connections-per-user 2 --log-to-file localu.log > qpiddu.port
+ ../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIRU
--load-module $ACL_LIB --acl-file policy.acl --auth no
--connection-limit-per-user 2 --log-to-file localu.log > qpiddu.port
LOCAL_PORTU=`cat qpiddu.port`
../qpidd --daemon --port 0 --no-module-dir --data-dir $DATA_DIRQ
--load-module $ACL_LIB --acl-file policy.acl --auth no --max-queues-per-user 2
--log-to-file localq.log > qpiddq.port
LOCAL_PORTQ=`cat qpiddq.port`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]