Migrate Zaza tests to independant OpenStack Charms specific library

Change-Id: Ia50a57c52c97208a014ea89e6c48be2fe6f9f36d
This commit is contained in:
Chris MacNaughton 2019-04-23 13:46:19 +02:00
parent 6c7fdc3f50
commit 67ddea1e5a
2 changed files with 6 additions and 6 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

@ -14,9 +14,9 @@ dev_bundles:
- cosmic-rocky
- disco-stein
configure:
- zaza.charm_tests.glance.setup.add_lts_image
- zaza.openstack.charm_tests.glance.setup.add_lts_image
tests:
- zaza.charm_tests.ceph.tests.CephLowLevelTest
- zaza.charm_tests.ceph.tests.CephRelationTest
- zaza.charm_tests.ceph.tests.CephTest
- zaza.charm_tests.ceph.osd.tests.SecurityTest
- zaza.openstack.charm_tests.ceph.tests.CephLowLevelTest
- zaza.openstack.charm_tests.ceph.tests.CephRelationTest
- zaza.openstack.charm_tests.ceph.tests.CephTest
- zaza.openstack.charm_tests.ceph.osd.tests.SecurityTest