Remove scaling tests from glance

Current install does not offer a storage backend
for glance, therefore it cannot scale.
This commit is contained in:
Guillaume Boutry
2023-09-28 14:25:03 +02:00
parent f143d7cb12
commit 5b5021cef8

View File

@@ -276,7 +276,5 @@ class GlanceCinderBackendTest(test_utils.OpenStackBaseTest):
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."""