3625c6c8669869ea16271d41c66b44b425d5af85
Trilio 4.2 generates a hash for the nfs share bases on the path alone. Unfortunatly the existing Trilio tests set the nfs share and the ghost share to have the smape path but different source IPs. For previouse Trilio releases this was fine as the share hash was different but now they clash and the test fails because it thinks the share is already mounted.
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.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%