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
commitb120945ac0cb448d9b25339ef78e3558b66675ab (patch)
tree2bab9099647c7740e72e52ad7d79a449704c1e01
parent0cd35f0a5e2bce27a567bb5efc73a456e9127bae (diff)
downloadqpid-python-b120945ac0cb448d9b25339ef78e3558b66675ab.tar.gz
Moved brokertest.py to python directory.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834668 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/src/tests/cluster.mk3
-rwxr-xr-xqpid/cpp/src/tests/cluster_tests.py4
-rw-r--r--qpid/python/qpid/brokertest.py (renamed from qpid/cpp/src/tests/brokertest.py)0
3 files changed, 3 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk
index c5188e292d..961d65f319 100644
--- a/qpid/cpp/src/tests/cluster.mk
+++ b/qpid/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/qpid/cpp/src/tests/cluster_tests.py b/qpid/cpp/src/tests/cluster_tests.py
index 07050c922f..75e51b6d57 100755
--- a/qpid/cpp/src/tests/cluster_tests.py
+++ b/qpid/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/qpid/cpp/src/tests/brokertest.py b/qpid/python/qpid/brokertest.py
index d70990bfae..d70990bfae 100644
--- a/qpid/cpp/src/tests/brokertest.py
+++ b/qpid/python/qpid/brokertest.py