Merge pull request #1086 from gboutry/feat/barbican-k8s-tests

Add tempest tests for Barbican k8s
This commit is contained in:
Liam Young
2023-07-24 13:55:28 +01:00
committed by GitHub

View File

@@ -17,6 +17,7 @@
import logging
import barbicanclient.client as barbican_client
import zaza.openstack.charm_tests.tempest.tests as tempest_tests
import zaza.openstack.charm_tests.test_utils as test_utils
import zaza.openstack.utilities.openstack as openstack_utils
@@ -79,3 +80,9 @@ class BarbicanTest(test_utils.OpenStackBaseTest):
"""
with self.pause_resume(self._SERVICES):
logging.info("Testing pause resume")
class BarbicanTempestTestK8S(tempest_tests.TempestTestScaleK8SBase):
"""Test barbican k8s scale out and scale back."""
application_name = "barbican"