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:
parent
04d3b8e2ec
commit
3736fd66ab
@ -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": [
|
||||||
|
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user