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."""