From 1838d4802b7269360f9a9f17876fc2caed5325ae Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 9 Nov 2011 19:44:55 +0000 Subject: QPID-3552: Changes to allow running of python test on Jenkins. New --xml argument now understood by qpid-python-test that produces test output compatible with Junit-like tools. New Ant script to control start/stop of Java/Cpp Brokers and the running of qpid-python-test. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1199932 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid-python-test-ant.xml | 164 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 python/qpid-python-test-ant.xml (limited to 'python/qpid-python-test-ant.xml') diff --git a/python/qpid-python-test-ant.xml b/python/qpid-python-test-ant.xml new file mode 100644 index 0000000000..6a74e6ac2b --- /dev/null +++ b/python/qpid-python-test-ant.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Starting Qpid with ${qpid.executable} ${qpid.executable.args} + + + + + + + + + + + Stopping Qpid ${pid} + + + + + + + + Killing Qpid ${pid} + + + + + Running test-suite + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1