0.3.0-rc1
Spelling fixes, minor style updates to USERGUIDE
1 file changed
tree: b69713af362aea6963f395f4633ffeb92bae31b0
  1. bin/
  2. CMakeModules/
  3. containers/
  4. docs/
  5. shims/
  6. src/
  7. utils/
  8. .asf.yaml
  9. .gitignore
  10. CMakeLists.txt
  11. LICENSE
  12. NOTICE
  13. pom.xml
  14. QUICKSTART.md
  15. README.md
README.md

Qpid Interop Test Suite

This directory contains the Qpid Interop Test suite.

Documentation

A quickstart guide for building and using this test suite is contained in QUICKSTART. Detailed documentation for adding tests and using them are contained in the docs directory.

Issues

Issues are tracked in the Apache JIRA at https://issues.apache.org/jira/browse/QPIDIT.

Support

Support may be obtained from the qpid-users mailing list users@qpid.apache.org.

Installing and Running

See the QUICKSTART file for building, installing and running instructions.

Writing New Tests

There are two parts to this:

  1. Writing new tests. This requires adding the test to the Qpid Interop Test Python source.
  2. Writing new shims for the test, one pair (sender and receiver) per client being tested.

A detailed description of this process is contained in the docs directory. See Shim_HOWTO and Test_HOWTO.