summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/cluster_tests.py
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-01-21 17:47:52 +0000
committerAlan Conway <aconway@apache.org>2011-01-21 17:47:52 +0000
commit357b08088933b680e0b31aa9bbc0d1cd4c4df34c (patch)
treef479d789a3d91ca7f1ca10ad617827ea1f191dc0 /qpid/cpp/src/tests/cluster_tests.py
parentc386d887cafdd5e56277fed0e6c6805d30513147 (diff)
downloadqpid-python-357b08088933b680e0b31aa9bbc0d1cd4c4df34c.tar.gz
Move brokertest.py from qpid/python to qpid/cpp.
brokertest.py is a framework for tests using the C++ broker, so it belongs in the cpp tree rather than the python tree. It is installed to libexec/qpid/tests/ so it can be used from an installation of qpid cpp. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1061933 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_tests.py')
-rwxr-xr-xqpid/cpp/src/tests/cluster_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_tests.py b/qpid/cpp/src/tests/cluster_tests.py
index 27010c17f7..992aaa6b9b 100755
--- a/qpid/cpp/src/tests/cluster_tests.py
+++ b/qpid/cpp/src/tests/cluster_tests.py
@@ -20,7 +20,7 @@
import os, signal, sys, time, imp, re, subprocess, glob, cluster_test_logs
from qpid import datatypes, messaging
-from qpid.brokertest import *
+from brokertest import *
from qpid.harness import Skipped
from qpid.messaging import Message, Empty
from threading import Thread, Lock