charm-glance/tests
Corey Bryant 981b86a3a1 V3 authtoken update and glance v1 icehouse
Update the keystone authtoken template section to explicitly
specify v3 API when it is in use. This prevents errors that
result in "Could not find versioned identity endpoints when
attempting to authenticate".

Along with this change we remove the tests that verify the
keystone_authtoken section as it's generally agreed that
functional testing should catch issues with this config.
Also update requirements to fix pyyaml dep of charm-tools.

Finally get glance v1 client for icehouse. Previously the
image virt type was qemu and the compute node virt type was
kvm. This works for deployments prior to rocky but in rocky
this causes the image type filter to return no valid hosts.
An update to charmhelpers has removed the default behaviour
of setting the virt type to 'qemu' by default. Due to a bug
in icehouse updating glance image properties using the v2 api
fails (See Bug #1371559) so for icehouse deploys get a v1
client.

Change-Id: I4ca604c674bda5d5f7daca6a3e9d13c8b4bd4efa
Closes-Bug: #1794637
2018-10-04 07:48:29 -04:00
..
charmhelpers V3 authtoken update and glance v1 icehouse 2018-10-04 07:48:29 -04:00
README.md Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
basic_deployment.py V3 authtoken update and glance v1 icehouse 2018-10-04 07:48:29 -04:00
dev-basic-cosmic-rocky Update functional test definitions 2018-07-18 18:35:47 -04:00
gate-basic-bionic-queens Enable Bionic as a gate test 2018-05-11 14:29:27 -07:00
gate-basic-bionic-rocky Sync charm helpers and enable rocky func test 2018-08-24 20:34:41 -07:00
gate-basic-trusty-icehouse Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
gate-basic-trusty-mitaka Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
gate-basic-xenial-mitaka Use bundletester for amulet test execution 2016-07-19 03:39:17 +00:00
gate-basic-xenial-ocata Enable Ocata amulet test 2017-03-02 16:52:49 -08:00
gate-basic-xenial-pike Enable xenial-pike amulet test 2017-11-15 07:41:20 -08:00
gate-basic-xenial-queens Enable xenial/queens amulet tests 2018-02-28 12:16:47 +00:00
tests.yaml Modify tests.yaml which specifies bundletester config params 2017-08-09 14:25:20 -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.