Merge "Flag compute resize tests in 2015.05"

This commit is contained in:
Jenkins 2015-07-10 19:05:30 +00:00 committed by Gerrit Code Review
commit 707048cdb9
1 changed files with 5 additions and 1 deletions

View File

@ -270,7 +270,11 @@
"project": "nova",
"description": "Basic server operations in the Compute API",
"flagged": [
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft"
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft",
"tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor",
"tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor",
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm",
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert"
],
"name": "compute-servers",
"tests": [