summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authordimtruck <dimalg@yahoo.com>2016-01-14 11:25:35 -0600
committerThomas Maddox <thomas.maddox@rackspace.com>2016-01-22 15:25:53 +0000
commit60847117851b5e5a8b345528a70f3a9d3ed1d2a9 (patch)
tree3fed87893f180e1824547db2f69ab3ea4ec91bdc /devstack
parent2c59e613c04ca373e298972f421749def5d4236e (diff)
downloadnova-60847117851b5e5a8b345528a70f3a9d3ed1d2a9.tar.gz
(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
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-lxc-rc14
1 files changed, 14 insertions, 0 deletions
diff --git a/devstack/tempest-dsvm-lxc-rc b/devstack/tempest-dsvm-lxc-rc
index 9ed53b3d53..6b2820684f 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).*$"