Merge "Flag change pwd test in 2015.07 & remove in .next"

This commit is contained in:
Jenkins 2015-09-08 18:49:57 +00:00 committed by Gerrit Code Review
commit 71d9b99f42
2 changed files with 17 additions and 5 deletions

View File

@ -425,7 +425,12 @@
"required-since": "2014.07", "required-since": "2014.07",
"tests": { "tests": {
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password": { "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password": {
"idempotent_id": "id-6158df09-4b82-4ab3-af6d-29cf36af858d" "idempotent_id": "id-6158df09-4b82-4ab3-af6d-29cf36af858d",
"flagged": {
"reason": "[D400] This test is backend-specific (only works on one hypervisor)",
"action": "This test should be removed from future Guidelines.",
"date": "2015-08-20"
}
} }
} }
}, },

View File

@ -28,7 +28,6 @@
"compute-instance-actions-list", "compute-instance-actions-list",
"compute-keypairs-create", "compute-keypairs-create",
"compute-quotas-get", "compute-quotas-get",
"compute-servers-change",
"compute-servers-create", "compute-servers-create",
"compute-servers-delete", "compute-servers-delete",
"compute-servers-get", "compute-servers-get",
@ -54,7 +53,9 @@
"compute-servers-metadata-update" "compute-servers-metadata-update"
], ],
"advisory": [], "advisory": [],
"deprecated": [], "deprecated": [
"compute-servers-change"
],
"removed": [] "removed": []
}, },
"object": { "object": {
@ -514,11 +515,17 @@
"admin": false, "admin": false,
"status": "required", "status": "required",
"description": "Basic server operations in the Compute API", "description": "Basic server operations in the Compute API",
"status": "deprecated",
"project": "nova", "project": "nova",
"required-since": "2014.07", "required-since": "",
"tests": { "tests": {
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password": { "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password": {
"idempotent_id": "id-6158df09-4b82-4ab3-af6d-29cf36af858d" "idempotent_id": "id-6158df09-4b82-4ab3-af6d-29cf36af858d",
"flagged": {
"reason": "[D400] This test is backend-specific (only works on one hypervisor)",
"action": "This test should be removed from future Guidelines.",
"date": "2015-08-20"
}
} }
} }
}, },