charm-rabbitmq-server/tests
Edward Hope-Morley da3a7063bb Refactor amqp_changed to make it less noisy
Currently each and every hook executed results in a sweep of all
amqp relations and their related units to ensure config consistency
both in rabbit and for remote units. This scales very poorly since
rabbtimqctl commands take a while to complete and the majority of
the time they are not needed. This patch aims to reduce the impact
of performing this set of operations and the amount of time it takes
to do them.

Change-Id: Ia060ce34052cd543a63d045944b35e4188279f05
Closes-Bug: 1698340
2017-06-29 11:58:13 +01:00
..
charmhelpers Updates for pike b1 2017-05-24 13:41:34 +01:00
README.md Use bundletester for amulet test execution 2016-07-21 17:58:15 +00:00
basic_deployment.py Refactor amqp_changed to make it less noisy 2017-06-29 11:58:13 +01:00
gate-basic-artful-pike Updates for pike b1 2017-05-24 13:41:34 +01:00
gate-basic-trusty-icehouse Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-kilo Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-liberty Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-trusty-mitaka Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-xenial-mitaka Update tox.ini files from release-tools gold copy 2016-09-19 09:33:20 +01:00
gate-basic-xenial-newton Update amulet test definitions for Newton 2016-10-10 20:54:43 -05:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-22 10:25:55 +00:00
gate-basic-xenial-pike Updates for pike b1 2017-05-24 13:41:34 +01:00
gate-basic-yakkety-newton Wait until clustered before running client hooks 2017-01-23 08:31:00 -08:00
gate-basic-zesty-ocata Enable Zesty-Ocata Amulet Tests 2017-04-28 08:44:03 -07:00
test-requirements.txt tests: use test-requirements.txt for bundletester support 2017-02-13 11:26:31 +00:00
tests.yaml tests: use test-requirements.txt for bundletester support 2017-02-13 11:26:31 +00:00

README.md

Overview

This directory provides Amulet tests to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.