diff options
Diffstat (limited to 'qpid/python/README.txt')
| -rw-r--r-- | qpid/python/README.txt | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/qpid/python/README.txt b/qpid/python/README.txt index bae9f6ab0b..772271cffe 100644 --- a/qpid/python/README.txt +++ b/qpid/python/README.txt @@ -27,30 +27,24 @@ python client. The "tests_0-10", "tests_0-9", and "tests_0-8" directories contain protocol level conformance tests for AMQP brokers of the specified version. -Simplest way to run the tests: +The qpid-python-test script may be used to run these tests. It will by +default run the python unit tests and the 0-10 conformance tests: 1. Run a broker on the default port - 2. ./run-tests -s <version> + 2. ./qpid-python-test -Where <version> is one of "0-8", "0-9", or "0-10-errata". +If you wish to run the 0-8 or 0-9 conformence tests, they may be +selected as follows: -See the run-tests usage for for additional options: - - ./run-tests -h + 1. Run a broker on the default port -== Expected failures == + 2. ./qpid-python-test tests_0-8.* -Certain tests are expected to fail due to incomplete functionality or -unresolved interop issues. To skip expected failures for the C++ or -Java brokers: + -- or -- - ./run-tests -I <file-name> + ./qpid-python-test tests_0-9.* -Where <file-name> is one of the following files: +See the qpid-python-test usage for for additional options: - * cpp_failing_0-10.txt - * cpp_failing_0-9.txt - * cpp_failing_0-8.txt - * java_failing_0-9.txt - * java_failing_0-8.txt + ./qpid-python-test -h |
