From beacf05cd2f934d9a51183c9be824c887fb1ff2e Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 26 Jun 2015 12:17:38 -0400 Subject: [PATCH] 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 --- 2015.05.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/2015.05.json b/2015.05.json index c82be7ef..5211dfe6 100644 --- a/2015.05.json +++ b/2015.05.json @@ -270,7 +270,11 @@ "project": "nova", "description": "Basic server operations in the Compute API", "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", "tests": [