summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_tests.py
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2010-05-24 15:48:18 +0000
committerKim van der Riet <kpvdr@apache.org>2010-05-24 15:48:18 +0000
commitac46aeaaf5a0ab1cd8b2c6c94c0b8da60fad28ed (patch)
tree318c27c9bd4238f83dd480f14b1c320245b24293 /cpp/src/tests/cluster_tests.py
parente3c15fc8bc231099288c8b68f206184bb8638a00 (diff)
downloadqpid-python-ac46aeaaf5a0ab1cd8b2c6c94c0b8da60fad28ed.tar.gz
Changed the names of tests which are installed in /usr/bin/ to be prefixed with "qpid-". This will make these generic names easier to associate with qpid. (BZ577353)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@947678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_tests.py')
-rwxr-xr-xcpp/src/tests/cluster_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 893fb9928d..f36cde9ecc 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -211,7 +211,7 @@ class LongTests(BrokerTest):
"""Start ordinary clients for a broker. Start one client per broker.
Round-robin on a colllection of different clients."""
cmds=[
- ["perftest", "--count", 50000,
+ ["qpid-perftest", "--count", 50000,
"--base-name", str(qpid.datatypes.uuid4()), "--port", broker.port()],
["qpid-queue-stats", "-a", "localhost:%s" %(broker.port())],
["testagent", "localhost", str(broker.port())] ]