From ca14645be441f502a3ce5a206f493cd7f4f43cff Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Sun, 24 May 2026 17:19:13 +0200 Subject: [PATCH] tempest: re-enable image dependency tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reverts commit 621a279a (PR #2885), which excluded both ImageDependencyTests as a workaround for the HTTP 409 failure caused by the Glance/Ceph RBD clone v1 incompatibility. The root cause is fixed by: - osism/defaults#284 — adds ceph_require_min_compat_client default - osism/container-image-ceph-ansible#690 — applies it via ceph-pools Merge this commit after both of the above are in. Related: osism/testbed#2884 AI-assisted: Claude Code Signed-off-by: Roger Luethi --- environments/openstack/files/tempest/exclude.lst | 2 -- 1 file changed, 2 deletions(-) diff --git a/environments/openstack/files/tempest/exclude.lst b/environments/openstack/files/tempest/exclude.lst index 9071e6675..c18622183 100644 --- a/environments/openstack/files/tempest/exclude.lst +++ b/environments/openstack/files/tempest/exclude.lst @@ -7,8 +7,6 @@ tempest.api.image.v2.test_images.ImportImagesTest.test_image_glance_direct_impor tempest.api.image.v2.test_images.ImportImagesTest.test_image_web_download_import tempest.api.image.v2.test_images.MultiStoresImportImagesTest.test_glance_direct_import_image_to_all_stores tempest.api.image.v2.test_images.MultiStoresImportImagesTest.test_glance_direct_import_image_to_specific_stores -tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency -tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_nova_image_snapshot_dependency tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_with_non_authorized_user tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_write_rights