diff options
| author | Michael Goulish <mgoulish@apache.org> | 2011-07-06 19:28:45 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2011-07-06 19:28:45 +0000 |
| commit | 122b2d411f119e4b46b77f20dc5002981db204a8 (patch) | |
| tree | ccdb0efbd8f02337591054f0365442ddc98ea346 /qpid/cpp/src/tests/cluster_tests.py | |
| parent | 12f3f36ce2945dad5498d9a6c587995df4655be6 (diff) | |
| download | qpid-python-122b2d411f119e4b46b77f20dc5002981db204a8.tar.gz | |
JIRA 3337
no more defaulting to guest/guest username/password
qpidd.sasldb is no longer created -- users who want usernames and passwords in there must create it.
but a local qpidd.sasldb is (before this change) being created for 'make check' testing.
The etc/sasl2/qpidd.conf file now has an explicit mech list -- so we will no longer default to the system-list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1143536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_tests.py')
| -rwxr-xr-x | qpid/cpp/src/tests/cluster_tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/cluster_tests.py b/qpid/cpp/src/tests/cluster_tests.py index bfc44abfef..807e9508c3 100755 --- a/qpid/cpp/src/tests/cluster_tests.py +++ b/qpid/cpp/src/tests/cluster_tests.py @@ -829,8 +829,8 @@ class LongTests(BrokerTest): "--base-name", str(qpid.datatypes.uuid4()), "--port", broker.port()], ["qpid-txtest", "--queue-base-name", "tx-%s"%str(qpid.datatypes.uuid4()), "--port", broker.port()], - ["qpid-queue-stats", "-a", "localhost:%s" %(broker.port())], - ["testagent", "localhost", str(broker.port())] ] + ["qpid-queue-stats", "-a", "localhost:%s" %(broker.port())] + ] clients.append([ClientLoop(broker, cmd) for cmd in cmds]) def start_mclients(broker): |
