From 60847117851b5e5a8b345528a70f3a9d3ed1d2a9 Mon Sep 17 00:00:00 2001 From: dimtruck Date: Thu, 14 Jan 2016 11:25:35 -0600 Subject: [PATCH] (lxc) Updated regex to ignore failing tests This patch is intended to get the LXC experimental gate job passing consistently and at least get some reliable and regular testing of the LXC Nova capabilities. The skipped tests pass with 3.13.0-58-generic and current kernel HEAD, however, they do not pass with 3.13.0-76-generic that is used for our gate testing. Related-Bug: #1536280 Change-Id: I422094e49c498368f6eec16207379139fdc2936a --- devstack/tempest-dsvm-lxc-rc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devstack/tempest-dsvm-lxc-rc b/devstack/tempest-dsvm-lxc-rc index 9ed53b3d538f..6b2820684f2b 100644 --- a/devstack/tempest-dsvm-lxc-rc +++ b/devstack/tempest-dsvm-lxc-rc @@ -30,6 +30,20 @@ r="^(?!.*" r="$r(?:.*\[.*\bslow\b.*\])" + +# NOTE(thomasem): Skipping these tests due to Ubuntu bug: +# https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1536280. +# These exclusions should be able to be removed once that bug is addressed. +r="$r|(?:tempest\.api\.compute\.servers\.test_server_personality\.ServerPersonalityTestJSON\.test_rebuild_server_with_personality)" +r="$r|(?:tempest\.api\.compute\.admin\.test_servers\.ServersAdminTestJSON\.test_rebuild_server_in_error_state)" +r="$r|(?:tempest\.api\.compute\.servers\.test_list_server_filters\.ListServerFiltersTestJSON\.test_list_servers_filter_by_shutoff_status)" +r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_lock_unlock_server)" +r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_rebuild_server)" +r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_rebuild_server_in_stop_state)" +r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_stop_start_server)" +r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_get_console_output_server_id_in_shutoff_status)" +r="$r|(?:tempest\.api\.compute\.servers\.test_servers\.ServersTestJSON\.test_update_server_name_in_stop_state)" +r="$r|(?:tempest\.api\.compute\.servers\.test_disk_config\.ServerDiskConfigTestJSON*)" r="$r|(?:tempest\.api\.compute\.servers\.test_delete_server\.DeleteServersTestJSON*)" r="$r).*$"