charm-nova-cloud-controller/tests
Corey Bryant 7dd8357b06 Enable SSL termination for nova-placement-api
determine_ports() was not adding the nova-placement-api port to the
ports list because it is run under the apache2 service. This fix
enables determine_ports() to get 'nova-placement-api' from the list
of services rather than 'apache2', allowing it to determine the port
that nova-placement-api uses.

Also enable tests/gate-basic-xenial-ocata in this commit.

Change-Id: I8113e911272ee671026bace9f6e0e8c4ce072e6b
2017-03-01 14:27:35 +00:00
..
charmhelpers Enable SSL termination for nova-placement-api 2017-03-01 14:27:35 +00:00
basic_deployment.py Enable SSL termination for nova-placement-api 2017-03-01 14:27:35 +00:00
dfs-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
dfs-basic-trusty-kilo Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-trusty-icehouse Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-trusty-kilo Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-trusty-liberty Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-trusty-mitaka Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-xenial-mitaka Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-xenial-newton Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-xenial-ocata Enable SSL termination for nova-placement-api 2017-03-01 14:27:35 +00:00
gate-basic-yakkety-newton Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
gate-basic-zesty-ocata Update Amulet defs, series metadata and c-h sync 2016-11-28 14:55:42 -06:00
README.md Use bundletester for amulet test execution 2016-07-19 10:21:50 +01:00
tests.yaml Update amulet test definitions for Newton 2016-10-12 13:34:02 -05: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.