From cd6f21674a1d8eae4060db28446f6ab9d79b8bd6 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Tue, 9 Jun 2015 16:51:27 -0700 Subject: [PATCH] Remove Swift ACL test on advice from Swift PTL Original flag commit message: [1] "Concerns have been raised (by both community members and John Dickinson, the Swift PTL) about a subset of the Swift tests that are currently included that test ACL policy and authentication to objects in Swift. John's reccomendation was to flag these tests as they are not testing the Swift API and to remove them in the future." [1] https://review.openstack.org/#/c/181659/ Change-Id: Ieadc694507a39d86531e5a3bd89a597036843a03 --- 2015.next.json | 6 ------ flagged_list | 2 -- 2 files changed, 8 deletions(-) diff --git a/2015.next.json b/2015.next.json index ae6e9e57..26610c45 100644 --- a/2015.next.json +++ b/2015.next.json @@ -1347,12 +1347,6 @@ "project": "swift", "required-since": "2014.07", "tests": { - "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds": { - "idempotent_id": "id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193" - }, - "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds": { - "idempotent_id": "id-54e2a2fe-42dc-491b-8270-8e4217dd4cdc" - } } }, "objectstore-object-copy": { diff --git a/flagged_list b/flagged_list index bd03bcb8..ec09e87d 100644 --- a/flagged_list +++ b/flagged_list @@ -15,5 +15,3 @@ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_ tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server[gate,id-af8eafd4-38a7-4a4b-bdbc-75145a580560] tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server[gate,id-a31460a9-49e1-42aa-82ee-06e0bb7c2d03,negative] tempest.api.image.v2.test_images.ListImagesTest.test_index_no_params[gate,id-1e341d7a-90a9-494c-b143-2cdf2aeb6aee] -tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds[gate,id-07c9cf95-c0d4-4b49-b9c8-0ef2c9b27193,smoke] -tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds[gate,id-54e2a2fe-42dc-491b-8270-8e4217dd4cdc,smoke]