charm-glance-simplestreams-.../tests
Alex Kavanagh ac1d2b5dda Add ssl_ca option to enable to gss
This patch enables SSL to be used with glance-simplestreams-sync.
The ssl_ca option allows a base64 encoded PEM CA certificate to be
used with g-s-s such that the keystone and glance HTTPS sessions are
verified using that certificate.

A new basic_deployment_ssl.py is introduced that just verifies that the
gss charm can get gss to perform a sync; this verifies that gss can
communicate with https versions of keystone and glance.

Note that the simplestreams package also requires a change for SSL to
function properly.  As simplestreams doesn't seem to use PyPi, the
version from the git master will need to be used.

Change-Id: Idcdcb2c933a92a558e729aeb718b58d4077621a7
Closes-Bug: #1802407
2019-01-11 09:37:56 +00:00
..
charmhelpers Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
README.md Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
basic_deployment.py Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
basic_deployment_ssl.py Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
cert.py Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
dev-basic-xenial-pike-ssl Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
gate-basic-bionic-queens Update series metadata, test combos and readme 2018-04-10 14:33:49 +00:00
gate-basic-trusty-icehouse Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
gate-basic-trusty-mitaka Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
gate-basic-xenial-mitaka Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
gate-basic-xenial-ocata Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
gate-basic-xenial-pike Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
gate-basic-xenial-queens Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00:00
generate_certs.py Add ssl_ca option to enable to gss 2019-01-11 09:37:56 +00:00
tests.yaml Update tox, requirements, add initial func tests framework 2018-04-06 22:06:49 +00: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.