charm-neutron-api/tests
Corey Bryant be6b38fe1f Sync charm-helpers and corresponding amulet update
The amulet tests now explicitly specify the pymysql driver for the
mysql sqlalchemy dialect. The sqlalchemy package has switched back
to using mysqldb as the default driver for the mysql dialect in
Ubuntu Disco (Stein) and charm-helpers has been updated
accordingly to maintain the same behavior.

Change-Id: Ifd753f6d1574753b6880f3c2e308422575dc9d21
2019-01-08 13:09:36 -05:00
..
README.md Use bundletester for amulet test execution 2016-07-18 17:57:18 +01:00
basic_deployment.py Sync charm-helpers and corresponding amulet update 2019-01-08 13:09:36 -05:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:37:00 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-09 09:34:06 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-27 18:15:51 -05:00
gate-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-12-01 18:59:54 +00:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-01 18:59:54 +00:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-12-01 18:59:54 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-09 14:34:52 -08:00
gate-basic-xenial-pike Fix Ocata to Pike upgrade 2017-11-14 10:12:01 -08:00
gate-basic-xenial-queens Enable Queens amulet tests and fix domain name 2018-02-26 14:22:04 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:26:55 -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.