Skip to content

Commit

Permalink
Merge pull request #1140 from gboutry/fix/glance-k8s-tests
Browse files Browse the repository at this point in the history
Remove scaling tests from glance
  • Loading branch information
Liam Young authored Sep 28, 2023
2 parents f143d7c + 5b5021c commit 89ef6fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions zaza/openstack/charm_tests/glance/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,5 @@ def test_100_create_delete_image(self):
openstack_utils.delete_image(self.glance_client, image["id"])


class GlanceTempestTestK8S(tempest_tests.TempestTestScaleK8SBase):
"""Test glance k8s scale out and scale back."""

application_name = "glance"
class GlanceTempestTestK8S(tempest_tests.TempestTestWithKeystoneV3):
"""Test glance k8s."""

0 comments on commit 89ef6fa

Please sign in to comment.