Migrate Zaza tests to independant OpenStack Charms specific library

Change-Id: Ib39798d8676e9431a55be6a0a52e9ad5de66f3da
This commit is contained in:
Chris MacNaughton 2019-04-24 17:31:34 +02:00
parent dce33bfb6e
commit 33e4afc8b0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -15,4 +15,4 @@ smoke_bundles:
dev_bundles:
- cosmic-rocky
tests:
- zaza.charm_tests.ceph.tests.CephRGWTest
- zaza.openstack.charm_tests.ceph.tests.CephRGWTest