From 00f0305060649ef4cb90103fab49ba5e3260a64b Mon Sep 17 00:00:00 2001 From: Guillaume Boutry Date: Wed, 5 Mar 2025 17:48:42 +0100 Subject: [PATCH] [tempest-k8s] Skip failing objectstorage tests These tests are failing because RadosGW does not behave the same as Swift in these particular scenarios. Closes-Bug: #2096828 Change-Id: Icc41872d5852a8242c80ba5f1ac9c5211f3f788d Signed-off-by: Guillaume Boutry --- charms/tempest-k8s/src/utils/tempest_exclude_list.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charms/tempest-k8s/src/utils/tempest_exclude_list.txt b/charms/tempest-k8s/src/utils/tempest_exclude_list.txt index bc918ab6..5e9b5890 100644 --- a/charms/tempest-k8s/src/utils/tempest_exclude_list.txt +++ b/charms/tempest-k8s/src/utils/tempest_exclude_list.txt @@ -35,3 +35,8 @@ watcher_tempest_plugin.tests.api.admin.test_audit_template.TestCreateDeleteAudit watcher_tempest_plugin.tests.api.admin.test_goal.TestShowListGoal watcher_tempest_plugin.tests.api.admin.test_strategy.TestShowListStrategy watcher_tempest_plugin.tests.api.admin.test_service.TestShowListService + +# Skip because of discrepancy between Swift and RadosGW behavior +tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata +tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights +tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights