zaza: Add more zaza-openstack tests
Change-Id: I419f8de41077c8d70855db16d61eab0483af8126
diff --git a/tests/tests.py b/tests/tests.py
index bce2bf5..e5be7ca 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -16,9 +16,16 @@
"""Encapsulate cinder-storpool testing."""
+from zaza.openstack.charm_tests.cinder.tests import CinderTests
from zaza.openstack.charm_tests.cinder_backend.tests import CinderBackendTest
+class CinderTestsStorPool(CinderTests):
+ def test_105_volume_create_from_img(self):
+ self.skipTest("Skip until Glance is included in setup")
+ pass
+
+
class CinderStorPoolTest(CinderBackendTest):
"""Encapsulate StorPool tests."""
diff --git a/tests/tests.yaml b/tests/tests.yaml
index 3787ac4..6b85b69 100644
--- a/tests/tests.yaml
+++ b/tests/tests.yaml
@@ -1,8 +1,8 @@
charm_name: cinder-storpool
tests:
+ - zaza.openstack.charm_tests.cinder.tests.SecurityTests
+ - tests.tests.CinderTestsStorPool
- tests.tests.CinderStorPoolTest
-configure:
- - zaza.openstack.charm_tests.keystone.setup.add_demo_user
gate_bundles:
- focal-yoga
smoke_bundles: