From da7718ef463775acc7d6fbecf2d64c1bbfc39fd8 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Tue, 19 Apr 2016 23:11:13 +0000 Subject: QPID-7207: Remove files and components that are obsolete or no longer in use; move doc and packaging pieces to the cpp subtree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1740032 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/docs/book/src/old/PythonBrokerTest.xml | 98 +++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 qpid/cpp/docs/book/src/old/PythonBrokerTest.xml (limited to 'qpid/cpp/docs/book/src/old/PythonBrokerTest.xml') diff --git a/qpid/cpp/docs/book/src/old/PythonBrokerTest.xml b/qpid/cpp/docs/book/src/old/PythonBrokerTest.xml new file mode 100644 index 0000000000..ae7edade40 --- /dev/null +++ b/qpid/cpp/docs/book/src/old/PythonBrokerTest.xml @@ -0,0 +1,98 @@ + + + +
+ + PythonBrokerTest + +
+ + Python Broker System Test Suite + + + This is a suite of python client tests that exercise and verify + broker functionality. Python allows us to rapidly develop client + test scenarios and provides a 'neutral' set of tests that can run + against any AMQP-compliant broker. + + + The python/tests directory contains a collection of python + modules, each containing several unittest classes, each + containing a set of test methods that represent some test + scenario. Test classes inherit qpid.TestBas from + qpid/testlib.py, it inherits unittest.TestCase + but adds some qpid-specific setUp/tearDown and + convenience functions. + + + TODO: get pydoc generated up to qpid wiki or website + automatically? + +
+ + Running the tests + + + Simplest way to run the tests: + + + + Run a broker on the default port + + + + + ./run_tests + + + + + For additional options: ./run_tests --help + + +
+ +
+ + Expected failures + + + Until we complete functionality, tests may fail because the + tested functionality is missing in the broker. To skip + expected failures in the C++ or Java brokers: + + +./run_tests -I cpp_failing.txt +./run_tests -I java_failing.txt + + + If you fix a failure, please remove it from the corresponding + list. + + + +
+ + +
+ +
-- cgit v1.2.1