From 7aacc12796d102885b893940f5ffe8b2e1a63e99 Mon Sep 17 00:00:00 2001 From: "Mark T. Voelker" Date: Wed, 29 Apr 2015 21:33:25 -0400 Subject: [PATCH] Flag test_get_console_output In the compute-servers sections of tests, the ServerActionsTestJSON.test_get_console_output test fails on some Nova backends because it's not a universally supported feature. For example, it isn't supported on VMware: http://git.io/vJIAj This would cause any cloud/product using such a backend to fail DefCore tests, so the test should be flagged. Change-Id: Ie3778cf8d1100fdb0a9065fabfb8254e0a7747b1 --- 2015.03.json | 3 ++- 2015.04.json | 3 ++- 2015.next.json | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/2015.03.json b/2015.03.json index c0742085..49a907a1 100644 --- a/2015.03.json +++ b/2015.03.json @@ -248,7 +248,8 @@ "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name", "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus", "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.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_verify_created_server_vcpus", + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output" ], "name": "compute-servers", "tests": [ diff --git a/2015.04.json b/2015.04.json index e2480fe3..90bc4f6b 100644 --- a/2015.04.json +++ b/2015.04.json @@ -245,7 +245,8 @@ "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name", "tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus", "tempest.api.compute.servers.test_create_server.ServersTestManualDisk.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_verify_created_server_vcpus", + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output" ], "name": "compute-servers", "tests": [ diff --git a/2015.next.json b/2015.next.json index eac15f38..425f60d8 100644 --- a/2015.next.json +++ b/2015.next.json @@ -242,7 +242,8 @@ "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_reboot_server_soft" + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft", + "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output" ], "name": "compute-servers", "tests": [ @@ -301,7 +302,6 @@ "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server", "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft", - "tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output", "tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address", "tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name", "tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password",