charm-neutron-openvswitch/tests
Vladimir Grevtsev 40701500b5 Enable support for security group logging
Add support to enabling logging of security groups for
OpenStack Queens or later; this feature is enabled via
the neutron-api charm, with local charm configuration
options to allow control of rate and burst limits and to
set a local log output directory if require (allowing log
data to be written to a separate partition for example).

The feature is only compatible with the openvswitch firewall
driver and will not be enabled if this configuration option
is not set.

Basic deployment tests changes is included here since
nova-cloud-controller unit and relation was missing before,
and it leads to CI constantly failing.

Corresponding charm-helpers change:
https://github.com/juju/charm-helpers/pull/228

Change-Id: Id6ed09f714981e87838186d51a4f5e693bedb1d3
Closes-Bug: #1787397
Depends-On: https://review.openstack.org/602355
2018-10-09 18:55:04 +03:00
..
basic_deployment.py Enable support for security group logging 2018-10-09 18:55:04 +03:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:37:24 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-09 09:34:17 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-27 18:16:41 -05:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-20 08:49:34 +01:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-20 08:49:34 +01:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-20 08:49:34 +01:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-09 14:35:00 -08:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-17 16:38:18 -08:00
gate-basic-xenial-queens Add xenial Queens amulet tests to gate 2018-02-26 14:14:24 +00:00
README.md Use bundletester for amulet test execution 2016-07-20 08:49:34 +01:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:27:37 -06:00

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.