From d49639425d83430d0ce8d486138ef36646fc4fd7 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Fri, 26 Jun 2015 13:15:30 -0400 Subject: [PATCH] Flag test that is not widely supported across hypervisors Change password is not widely supported across the hypervisor matrix [1] and should therefore not be required. Note also that this test is being considered for removal in 2015.next.json.[3] [1] http://docs.openstack.org/developer/nova/support-matrix.html#operation_set_admin_password [2] https://review.openstack.org/#/c/189961/ Change-Id: Idfc890e194dad1b1e61fa794b3bca422d1351c88 --- 2015.05.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2015.05.json b/2015.05.json index 277acb5b..6e988b9c 100644 --- a/2015.05.json +++ b/2015.05.json @@ -274,7 +274,8 @@ "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" + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert", + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password" ], "name": "compute-servers", "tests": [