From 3736fd66ab1820886ae33ac6fb054e2b30a437fb Mon Sep 17 00:00:00 2001 From: Daryl Walleck Date: Sat, 9 May 2015 09:37:18 -0500 Subject: [PATCH] Request to flag Swift tests related to authentication and access 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. Change-Id: I0f543ef8863abc0299545c20c4db7ef7aa930c0b --- 2015.04.json | 4 +++- 2015.next.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/2015.04.json b/2015.04.json index ba1327c6..6b5ad788 100644 --- a/2015.04.json +++ b/2015.04.json @@ -474,7 +474,9 @@ "project": "swift", "description": "Basic object operations in Object Storage API", "flagged": [ - "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time" + "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time", + "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": [ diff --git a/2015.next.json b/2015.next.json index 0f401edd..dd52fbb0 100644 --- a/2015.next.json +++ b/2015.next.json @@ -498,7 +498,9 @@ "project": "swift", "description": "Basic object operations in Object Storage API", "flagged": [ - "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time" + "tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time", + "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": [