oslo.messaging/oslo_messaging/tests/functional
Andy Smith ab78c8e3dd Setup backend scenarios for functional tests
This patchset introduces scenarios for the functional tests to unify the
setup and configuration of alternate messaging backends for RPC and
Notifications. The scenarios are defined to reduce redundancy in
the testing of backends and to demonstrate functional correctness
across driver combinations.

Current driver support:
rabbit - RPC, Notify
amqp   - RPC
kafka  - Notify

                  RPC       Notify
               ---------  ----------
scenario01       rabbit     rabbit
scenario02       rabbit     kafka
scenario03        amqp      rabbit
scenario04        amqp      kafka

It is anticipated that additional scenarios will be defined as new
drivers are introduced and/or new messaging intermediarites are supported.

Note: The removal of python2 jobs are also included patch

Change-Id: I0f86416623a0b718516147f0660b4df2b74cf867
2020-02-05 08:00:56 -05:00
..
notify Setup backend scenarios for functional tests 2020-02-05 08:00:56 -05:00
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_functional.py Setup backend scenarios for functional tests 2020-02-05 08:00:56 -05:00
test_rabbitmq.py Remove the deprecated Pika driver 2018-03-21 10:58:23 -04:00
utils.py Setup backend scenarios for functional tests 2020-02-05 08:00:56 -05:00