Mirror of Apache Qpid Interop Test

Clone this repo:
  1. 0f93149 RHEL8 updated available python to 3.11, breaks detection of installed 3.9 by Kim van der Riet · 3 months ago main
  2. 2ae24aa Spelling fixes, minor style updates to USERGUIDE by Kim van der Riet · 2 years, 6 months ago
  3. 5994fe0 Updated main branch to 0.4.0-SNAPSHOT by Kim van der Riet · 2 years, 6 months ago
  4. 199b52e Adding missing Apache License text in files, minor updates by Kim van der Riet · 2 years, 6 months ago
  5. 7c313cd Modified CMakeLists.txt to install QIT docs, updates to docs by Kim van der Riet · 2 years, 6 months ago

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.