Skip to content

Commit

Permalink
Merge pull request #1121 from gboutry/feat/designate
Browse files Browse the repository at this point in the history
Add tempests tests for Designate K8S
  • Loading branch information
Liam Young authored Sep 13, 2023
2 parents f345e93 + 04f4694 commit 39b09a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zaza/openstack/charm_tests/designate/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

import zaza.model
import zaza.utilities.juju as juju_utils
import zaza.openstack.charm_tests.tempest.tests as tempest_tests
import zaza.openstack.charm_tests.test_utils as test_utils
import zaza.openstack.utilities.generic as generic_utils
import zaza.openstack.utilities.openstack as openstack_utils
Expand Down Expand Up @@ -395,3 +396,9 @@ def test_expand_and_contract(self):
self.TEST_RECORD[self.TEST_WWW_RECORD],
self.TEST_DOMAIN,
record_name=self.TEST_WWW_RECORD)


class DesignateTempestTestK8S(tempest_tests.TempestTestScaleK8SBase):
"""Test designate k8s scale out and scale back."""

application_name = "designate"

0 comments on commit 39b09a3

Please sign in to comment.