From 739751ef7a23b6e6a85cee522d255936b0912780 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 31 May 2020 08:47:34 +0800 Subject: [PATCH] qa/suites/rgw/tempest: update unsupported tests of tempest after rerunning tempest with lastest radosgw, remove the supported tests from the blacklist, and add the ones which are not supported yet. now we can pass 123 tests in total. also enable discoverity for better testing coverage, since it's supported now. Signed-off-by: Kefu Chai --- qa/suites/rgw/tempest/tasks/rgw_tempest.yaml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml b/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml index cc15a08546ec0..d1d3fe064725c 100644 --- a/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml +++ b/qa/suites/rgw/tempest/tasks/rgw_tempest.yaml @@ -38,17 +38,16 @@ tasks: reseller_admin_role: admin object-storage-feature-enabled: container_sync: false - discoverability: false + discoverability: true blacklist: - # TODO(rzarzynski): we really need to update the list after - # merging PRs #15369 and #12704. Additionally, we would be - # able to enable the discoverability API testing above. - - .*test_list_containers_reverse_order.* - - .*test_list_container_contents_with_end_marker.* - - .*test_delete_non_empty_container.* + - .*test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota + - .*test_container_acl_negative.ObjectACLsNegativeTest.* + - .*test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_.* + - .*test_container_staticweb.StaticWebTest.test_web_index + - .*test_container_staticweb.StaticWebTest.test_web_listing_css - .*test_container_synchronization.* - - .*test_get_object_after_expiration_time.* - - .*test_create_object_with_transfer_encoding.* + - .*test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds + overrides: ceph: conf: -- 2.39.5