From b88a793dcb2035e0bcc5fc09b11abed2e111122a Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Mon, 30 Mar 2015 10:39:40 -0700 Subject: [PATCH] Flag tests that require SSH 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. Change-Id: I9e79090f70648661ab236f67be7bbcd99bc0afc3 --- 2015.03.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/2015.03.json b/2015.03.json index 24776d5a..ecb26a5d 100644 --- a/2015.03.json +++ b/2015.03.json @@ -237,6 +237,10 @@ "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_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", "tests": [ @@ -337,7 +341,9 @@ "status": "required", "guidelines": ["2014.07", "2015.03"], "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",