charm-openstack-dashboard/tests
David Ames 0707590487 Charm-helpers sync to fix CA cert comparison
The comparison of bytes vs string of the CA certificate produces a
false negative. This leads to rewriting certificates and affecting
connectivity to services.

Read in the certificate as bytes as well for a bytes vs bytes
comparison.

Change-Id: I3b233a79689858db0962bafe71eba0a0667c2bf0
Closes-Bug: #1762431
2018-04-11 14:28:26 -07:00
..
charmhelpers Charm-helpers sync to fix CA cert comparison 2018-04-11 14:28:26 -07:00
README.md Use bundletester for amulet test execution 2016-07-19 03:38:49 +00:00
basic_deployment.py Add regression test coverage for conf file permissions 2018-04-06 21:38:06 +00:00
dev-basic-bionic-queens Add Bionic and remove Zesty series and tests 2017-12-05 05:30:01 +00:00
gate-basic-artful-pike Enable xenial-pike amulet test 2017-11-20 09:22:18 +13:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-19 03:38:49 +00:00
gate-basic-trusty-kilo Use bundletester for amulet test execution 2016-07-19 03:38:49 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-19 03:38:49 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-19 03:38:49 +00:00
gate-basic-xenial-newton Update amulet test definitions for Newton 2016-10-10 07:21:42 -05:00
gate-basic-xenial-ocata Enable Ocata Amulet Tests 2017-03-21 17:31:30 +00:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-20 09:22:18 +13:00
gate-basic-xenial-queens Enable Xenial Queens amulet tests at gate 2018-03-02 11:08:07 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:28:48 -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.