charm-keystone-openidc/tests
Felipe Reyes dad6a14e1a Add configure_keystone_openidc to configure stage.
The configure_keystone_openidc function takes care of configuring the
keystone-openidc charm, at the moment that function set the
oidc-client-id, oidc-client-secret and oidc-provider-metadata-url , this
information comes from the openidc-test-fixture charm.
2022-09-08 23:26:44 -04:00
..
bundles Add openidc-test-fixture to the bundles 2022-09-08 23:24:18 -04:00
README.md Initial import 2022-07-20 17:39:41 -04:00
tests.yaml Add configure_keystone_openidc to configure stage. 2022-09-08 23:26:44 -04:00

Overview

This directory provides Zaza test definitions and bundles 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.

Run the smoke tests with:

cd ../
tox -e build
tox -e func-smoke

For full details on functional testing of OpenStack charms please refer to the functional testing section of the OpenStack Charm Guide.