From c191b7e5288a9b9242b407d1b8ca7dbf4862f375 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 26 Jun 2015 12:27:55 -0400 Subject: [PATCH] Flag tests that depend upon SSH in 2015.05. Original commit message: "Currently tests that require SSH are not gated against in Tempest due to the variety of conflicting network models available to OpenStack clusters. Tests that require SSH need to be rationalized and refactored, and is a current work item for the openstack-qa team. Until this test infrastructure is refactored, the tests should be flagged but kept for future capability testing." This situation hasn't changed in the releases covered by 2015.05 and therefore warrants flagging in that Guideline as well. These tests are also under consideration for flagging in 2015.json.next [1]. [1] https://review.openstack.org/#/c/189927/1 Change-Id: If536e1afe679f5be400459145ea2be75771fac96 --- 2015.05.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/2015.05.json b/2015.05.json index 6e988b9c..d5e3a100 100644 --- a/2015.05.json +++ b/2015.05.json @@ -275,7 +275,11 @@ "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", - "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_create_server.ServersTestJSON.test_verify_created_server_vcpus", + "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name", + "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus", + "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name" ], "name": "compute-servers", "tests": [ @@ -376,7 +380,9 @@ "guidelines": ["2014.07", "2015.03", "2015.04", "2015.05"], "project": "nova", "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", "tests": [ "tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list",