From d22ac4bbbd52fc8cbf80f864c49c904b0b24a529 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 11 Aug 2009 15:40:19 +0000 Subject: - removed old and redundent tests - removed old test harness in favor of qpid-python-test - modified qpid-python-test to support "skipped" tests, these are tests that failed due to an anticipated environmental reason such as the broker is not running or it is the wrong version - modified the qpid-python-test harness to exit with appropriate error codes based on the test results - modified the python clients to report version mismatches rather than framing errors - made qpid_config provide variables for 0-8, 0-9, and 0-10 versions of the spec - modified the 0-10 client to directly codegen classes - added new 0-10 framing layer based on push parsing rather than pull parsing - added numerous framing tests git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803168 13f79535-47bb-0310-9956-ffa450edef68 --- python/README.txt | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'python/README.txt') diff --git a/python/README.txt b/python/README.txt index bae9f6ab0b..772271cffe 100644 --- a/python/README.txt +++ b/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 + 2. ./qpid-python-test -Where 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 + ./qpid-python-test tests_0-9.* -Where 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 -- cgit v1.2.1