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
This commit is contained in:
parent
d49639425d
commit
c191b7e528
10
2015.05.json
10
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",
|
||||
|
Loading…
Reference in New Issue
Block a user