From 16f7581ce4dab4cca7d67a7a1796a418ee8e23c7 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 23 Apr 2019 13:46:19 +0200 Subject: [PATCH] Migrate Zaza tests to independant OpenStack Charms specific library Change-Id: Ia50a57c52c97208a014ea89e6c48be2fe6f9f36d (cherry picked from commit 67ddea1e5a09c9fb255a45e1e58ceeb7a2cfd64c) --- test-requirements.txt | 2 +- tests/tests.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index b378cb0c..659376ab 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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' diff --git a/tests/tests.yaml b/tests/tests.yaml index 6413b9b6..7b1dd330 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -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