From fe3a2f1e315c31a87b410dcaab441e8af18237d3 Mon Sep 17 00:00:00 2001 From: Aurelien Lourot Date: Thu, 1 Jul 2021 09:13:31 +0200 Subject: [PATCH] Re-enable Zaza tests These tests were disabled by mistake in https://opendev.org/openstack/charm-cinder-purestorage/commit/b724bf4c Change-Id: I85b8adda7d48a7bdddf69b23932c89299fb3866a --- src/tests/__init__.py | 0 src/tests/tests.yaml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/tests/__init__.py diff --git a/src/tests/__init__.py b/src/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index 2338e79..34e4284 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -1,6 +1,8 @@ charm_name: cinder-purestorage tests: - - zaza.charm_tests.noop.tests.NoopTest + # NOTE(lourot): this test class is implemented in the current repository + # instead of zaza-openstack-tests: + - tests.tests_cinder_purestorage.CinderpurestorageTest configure: - zaza.openstack.charm_tests.keystone.setup.add_demo_user gate_bundles: