11b55d5b4cbdd84cfd4a63d5ae65886f36d1a1e6
Currently when vault auto_inititialize [sic] is called a validation step is run at the end to check that clients connected to vault have the correct setup. However in sometimes there are no clients to run validation with (as with cross model relation testing). To facilitate this expose a new method 'auto_initialize_no_validation' which skip the client validation. Also correct the spelling of auto_inititialize but add a partial to support tests that are already using the old spelling.
Zaza OpenStack Tests
This is a test library designed to be shared between the OpenStack Charms to improve code-reuse among the various components.
Usage
This example is taken from the pacemaker-remote charm's tests.yaml:
charm_name: pacemaker-remote
tests:
- zaza.openstack.charm_tests.pacemaker_remote.tests.PacemakerRemoteTest
configure:
- zaza.openstack.charm_tests.noop.setup.basic_setup
gate_bundles:
- basic
smoke_bundles:
- basic
test-requirements.txt:
git+https://github.com/openstack-charmers/zaza.git#egg=zaza
git+https://github.com/openstack-charmers/zaza-openstack-tests.git#egg=zaza.openstack
Description
Languages
Python
99.6%
Jinja
0.4%