From 161793d5639fe60c7187593db97c676b70134a87 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Fri, 24 May 2019 14:52:24 +0200 Subject: [PATCH] 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 --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index bed0f3f5..4d596714 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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' \ No newline at end of file +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' \ No newline at end of file