Merge "Added flagged tests from 2015.03.json to 2015.04.json"

This commit is contained in:
Jenkins 2015-04-29 17:23:32 +00:00 committed by Gerrit Code Review
commit dead603ab5

View File

@ -241,7 +241,11 @@
"flagged": [ "flagged": [
"tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex", "tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex",
"tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password",
"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_create_server.ServersTestJSON.test_host_name_is_same_as_server_name",
"tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus",
"tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name",
"tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus"
], ],
"name": "compute-servers", "name": "compute-servers",
"tests": [ "tests": [
@ -343,7 +347,9 @@
"guidelines": ["2014.07", "2015.03", "2015.04"], "guidelines": ["2014.07", "2015.03", "2015.04"],
"project": "nova", "project": "nova",
"description": "Retrieve volume information through the Compute API", "description": "Retrieve volume information through the Compute API",
"flagged": [], "flagged": [
"tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume"
],
"name": "compute-volume", "name": "compute-volume",
"tests": [ "tests": [
"tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list", "tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list",