From c962622258be73b42d27d5804c9d9c28eecf87a3 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 26 Jun 2015 13:11:48 -0400 Subject: [PATCH] Flag Swift ACL test on adivce from Swift PTL Original 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." Note that these tests have also been proposed for removal in 2015.next.json. [2] [1] https://review.openstack.org/#/c/181659/ [2] https://review.openstack.org/#/c/189979/ Change-Id: I445e9b3d8001e286b7147b6ac45beb953c23549e --- 2015.05.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/2015.05.json b/2015.05.json index 485f3a7e..9da77a19 100644 --- a/2015.05.json +++ b/2015.05.json @@ -451,7 +451,10 @@ "guidelines": ["2014.07", "2015.03", "2015.04", "2015.05"], "project": "swift", "description": "Basic object operations in Object Storage API", - "flagged": [], + "flagged": [ + "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds", + "tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds" + ], "name": "objectstore-object", "tests": [ "tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way",