charm-neutron-gateway/tests
Camille Rodriguez c856c36839 Add disco-stein bundle to gate tests
The bundle disco-stein was in the dev bundles because
a bug with the Python 3.7 syntax prevented the success of
the deployment of HA clusters. This bug is fixed, we can
reintegrate disco-stein in the gate bundles.

Other small additions:
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

LP Related-Bug: #1823718
Change-Id: I268df41f6f775560580b49fa60f717ba8da88def
2019-08-27 13:24:24 -04:00
..
setup Move 00-setup to prevent extra, unnecessary bootstrap in test runs. 2016-01-08 21:45:00 +00:00
basic_deployment.py Merge "Revert "Stop using veth pairs to connect qdhcp ns"" 2019-08-05 07:23:33 +00:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:37:17 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-09 09:34:12 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-27 18:16:21 -05:00
gate-basic-bionic-stein Enable bionic/stein and disco/stein functional tests 2019-04-11 11:57:14 -07:00
gate-basic-disco-stein Add disco-stein bundle to gate tests 2019-08-27 13:24:24 -04:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-06 16:40:55 +00:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-06 16:40:55 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-23 11:14:51 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-14 13:17:40 -08:00
gate-basic-xenial-queens Fix up amulet for queens 2018-02-25 19:45:03 +00:00
README.md Use bundletester for amulet test execution 2016-07-18 17:58:02 +01:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:27:24 -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.