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
This commit is contained in:
Daryl Walleck 2015-05-09 09:37:18 -05:00
parent 04d3b8e2ec
commit 3736fd66ab
2 changed files with 6 additions and 2 deletions

View File

@ -474,7 +474,9 @@
"project": "swift", "project": "swift",
"description": "Basic object operations in Object Storage API", "description": "Basic object operations in Object Storage API",
"flagged": [ "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", "name": "objectstore-object",
"tests": [ "tests": [

View File

@ -498,7 +498,9 @@
"project": "swift", "project": "swift",
"description": "Basic object operations in Object Storage API", "description": "Basic object operations in Object Storage API",
"flagged": [ "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", "name": "objectstore-object",
"tests": [ "tests": [