Backport Zaza reconfiguration

By splitting up Zaza from the openstack-charms specific tests,
we can more easily guarantee test stability, while not harming
out ability to improve on the testing library during a cycle.

This change backports the zaza namespace change landing, and
adds a stable branch of the zaza-openstack-charms project to
the test-dependencies.

Change-Id: Ia822fa6e26fd3011463dd2bd295b47cf99850e6d
This commit is contained in:
Chris MacNaughton 2019-05-24 14:52:24 +02:00
parent 68bcc0483b
commit 161793d563
1 changed files with 2 additions and 1 deletions

View File

@ -21,4 +21,5 @@ distro-info
git+https://github.com/juju/charm-helpers.git@stable/19.04#egg=charmhelpers
pytz
pyudev # for ceph-* charm unit tests (not mocked?)
git+https://github.com/openstack-charmers/zaza.git@namespace-tests#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza.git#egg=zaza;python_version>='3.0'
git+https://github.com/openstack-charmers/zaza-openstack-tests.git@stable/19.04#egg=zaza.openstack;python_version>='3.0'