charm-heat/tests
Corey Bryant a04e2a50b2 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: I0ac216eeb01727797417ab3a37e40c1e66b8264f
2019-01-08 13:13:43 -05:00
..
files Fix commit 14a2995 2018-10-08 11:41:25 +01:00
README.md Use bundletester for amulet test execution 2016-07-21 17:56:09 +00:00
basic_deployment.py Sync charm-helpers and corresponding amulet update 2019-01-08 13:13:43 -05:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:36:17 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-09 09:33:50 -07:00
gate-basic-bionic-rocky Update functional test definitions 2018-08-28 21:09:01 +00:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-21 17:56:09 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-21 17:56:09 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-21 17:56:09 +00:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-14 20:25:15 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-18 13:13:22 +13:00
gate-basic-xenial-queens Fix up amulet for queens 2018-03-02 20:27:06 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:25:33 -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.