Flag compute resize tests in 2015.05

From previous commit message:
"In the compute-servers sections of tests, there are four resize tests.
When using Nova's libvirt driver, and no shared-storage, resize relies
on transferring storage via ssh.

This requires password-less ssh to be setup between all compute nodes
in the cloud. This kind of setup may raise security concerns.

For example, resize is disabled by default in the HP Helion OpenStack
distribution because of this security concerns, as well as in the HP
Helion OpenStack public cloud.

This would cause any cloud/product sharing the same security concern to
fail or skip these tests, so I'm proposing they should be temporarily
flagged.

The blueprint [0], when implemented, would address the security
concerns, so it would be the first step to remove the flag from resize
tests.

[0] https://blueprints.launchpad.net/nova/+spec/migrate-libvirt-volumes"

These concerns are still present in the OpenStack versions covered by
2015.05, and these tests have already been flagged in 2015.json.next
as well [1].  They therefore warrant flagging here too.

[1] https://review.openstack.org/#/c/189975/

Change-Id: I5aade6f2296d861555fa38eba0d82fd777d9df3c
This commit is contained in:
Mark T. Voelker 2015-06-26 12:17:38 -04:00
parent 95e43b86de
commit beacf05cd2

View File

@ -270,7 +270,11 @@
"project": "nova", "project": "nova",
"description": "Basic server operations in the Compute API", "description": "Basic server operations in the Compute API",
"flagged": [ "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", "name": "compute-servers",
"tests": [ "tests": [