charm-ceilometer/tests
Liam Young 67b149f89c Support listening to multiple rabbit queues.
This change adds the ability to listen for events across multiple
rabbit queues. Nova cells v2 has a message broker per cell and
the charms already support having a separate message broker for
neutron, in both these topologies ceilometer needs the ability to
listen to multiple brokers.

To achieve this a new relation 'amqp-listener' has been introduced.
The existing 'amqp' relation should be used for the broker that
ceilometer listens to and publishes to. 'amqp-listener' should be
used for additional brokers that ceilometer just listens on.

Update functional tests to satisfy relation with
nova-cloud-controller.

Change-Id: Ifdade3f7814620f4cd4a1d35a584cbc099bb6d88
2018-10-19 07:30:12 +00:00
..
README.md Use bundletester for amulet test execution 2016-07-19 03:31:58 +00:00
basic_deployment.py Support listening to multiple rabbit queues. 2018-10-19 07:30:12 +00:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:34:18 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-09 10:04:36 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-27 18:11:52 -05:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-19 03:31:58 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-19 03:31:58 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-19 03:31:58 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-10 08:14:48 -08:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-12-06 11:15:06 -08:00
gate-basic-xenial-queens Fix up amulet for queens 2018-02-26 11:32:06 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:20:17 -06: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.