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
This commit is contained in:
Mark T. Voelker 2015-06-26 13:11:48 -04:00
parent 58eaf34978
commit c962622258
1 changed files with 4 additions and 1 deletions

View File

@ -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",