Merge pull request #1086 from gboutry/feat/barbican-k8s-tests
Add tempest tests for Barbican k8s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user