From 063ef79d68f9f7a9feadc23eb44f5d44f9266df4 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Wed, 1 Apr 2015 12:35:16 -0400 Subject: [PATCH] Flag a test that is skipped by Tempest due to bug In d34da9945b2fd91aaf04cc50bf7f9004d53fae04 we flagged a test that is skipped by Tempest due to an identified bug (Bug #1014647), but only did so in the 2015.03 guideline. This patch also adds it to 2015.next so we don't accidentally add the test back in before the bug is resolved. Change-Id: Ie608c739ab877c3ee540aa31e50ee1d54d23923d --- 2015.next.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2015.next.json b/2015.next.json index 772414fe..86a506c8 100644 --- a/2015.next.json +++ b/2015.next.json @@ -232,7 +232,8 @@ "description": "Basic server operations in the Compute API", "flagged": [ "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_change_server_password", + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft" ], "name": "compute-servers", "tests": [