summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
committerAlan Conway <aconway@apache.org>2009-11-10 21:09:56 +0000
commit0caf9647078392d464386d030c6a014b642ef35f (patch)
tree962e5db4f3dc6dab0db2b717c9ad08b39990f979
parent03e7b94f1e12cf90e08196327d56aeabbee6cbdf (diff)
downloadqpid-python-0caf9647078392d464386d030c6a014b642ef35f.tar.gz
Moved brokertest.py to python directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834668 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--cpp/src/tests/cluster.mk3
-rwxr-xr-xcpp/src/tests/cluster_tests.py4
-rw-r--r--python/qpid/brokertest.py (renamed from cpp/src/tests/brokertest.py)0
3 files changed, 3 insertions, 4 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index c5188e292d..961d65f319 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -55,7 +55,6 @@ EXTRA_DIST += \
run_cluster_tests \
run_long_cluster_tests \
testlib.py \
- brokertest.py \
cluster_tests.py \
long_cluster_tests.py \
cluster_tests.fail
@@ -80,6 +79,6 @@ cluster_test_SOURCES = \
cluster_test_LDADD=$(lib_client) $(lib_broker) -lboost_unit_test_framework
-qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py brokertest.py cluster_tests.fail
+qpidtest_SCRIPTS += run_cluster_tests cluster_tests.py run_long_cluster_tests long_cluster_tests.py testlib.py cluster_tests.fail
endif
diff --git a/cpp/src/tests/cluster_tests.py b/cpp/src/tests/cluster_tests.py
index 07050c922f..75e51b6d57 100755
--- a/cpp/src/tests/cluster_tests.py
+++ b/cpp/src/tests/cluster_tests.py
@@ -19,11 +19,11 @@
#
import os, signal, sys, time
-from threading import Thread
-from brokertest import *
from qpid import datatypes, messaging
+from qpid.brokertest import *
from qpid.harness import Skipped
from qpid.messaging import Message
+from threading import Thread
class ClusterTests(BrokerTest):
diff --git a/cpp/src/tests/brokertest.py b/python/qpid/brokertest.py
index d70990bfae..d70990bfae 100644
--- a/cpp/src/tests/brokertest.py
+++ b/python/qpid/brokertest.py