From c96d07cada9ac0cfb314a6d63d54bed64f12e362 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Thu, 5 Sep 2024 15:15:02 -0700 Subject: [PATCH] Skip tempest image format tests These tests are failing at the moment; I noticed they're being skipped elsewhere pending investigation. Change-Id: Ib0328fe8d69204c1213c2c07bc1648bcfd236a31 Signed-off-by: Goutham Pacha Ravi --- tempest_skiplist.txt | 6 ++++++ tempest_skiplist_multinode.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/tempest_skiplist.txt b/tempest_skiplist.txt index 7ccf1c08..34168999 100644 --- a/tempest_skiplist.txt +++ b/tempest_skiplist.txt @@ -6,3 +6,9 @@ tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_e # Skip network and identity API tests since they have no bearing on a Ceph backend. tempest.api.network tempest.api.identity + +# FIXME: https://review.opendev.org/925617 to tempest added image format tests that +# cannot pass in this job because the image data takes a optimized path that +# bypasses nova's checks. Until the nova team decides on a strategy to handle +# this issue, we skip these tests. +tempest.api.image.v2.test_images_formats.ImagesFormatTest diff --git a/tempest_skiplist_multinode.txt b/tempest_skiplist_multinode.txt index 8963df46..838b8ab4 100644 --- a/tempest_skiplist_multinode.txt +++ b/tempest_skiplist_multinode.txt @@ -11,3 +11,9 @@ tempest.api.identity tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration + +# FIXME: https://review.opendev.org/925617 to tempest added image format tests that +# cannot pass in this job because the image data takes a optimized path that +# bypasses nova's checks. Until the nova team decides on a strategy to handle +# this issue, we skip these tests. +tempest.api.image.v2.test_images_formats.ImagesFormatTest