diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 15:40:19 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-08-11 15:40:19 +0000 |
| commit | e419dd6f187b5d135701f17f4b4382ece95068e5 (patch) | |
| tree | 7c895aa61cbb9b926f3a0c6cecbc17e4e1989944 /qpid/python/README.txt | |
| parent | f92d8f621534d0ae704101f8a38110fedbff39af (diff) | |
| download | qpid-python-e419dd6f187b5d135701f17f4b4382ece95068e5.tar.gz | |
- 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@803168 13f79535-47bb-0310-9956-ffa450edef68
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 |
