From fa203c3165d4ac61e1c191e6d3c6db54778c3ed7 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Tue, 3 Nov 2015 16:45:17 +0100 Subject: [PATCH] Exclude all BDM checks for cells Since there are some race conditions with the EBS image checking test, it's better to remove the entire Tempest class tests just until we figure out what's wrong with the boot from volume stuff Change-Id: Ice6a718b6d7b27505696a3c55fc02d44d4b187a7 Related-Bug: #1489581 --- devstack/tempest-dsvm-cells-rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc index 88493ac51b..0131dee8c9 100644 --- a/devstack/tempest-dsvm-cells-rc +++ b/devstack/tempest-dsvm-cells-rc @@ -69,8 +69,8 @@ r="$r|(?:tempest\.scenario\.test_server_basic_ops\.TestServerBasicOps\.test_serv r="$r|(?:tempest\.scenario\.test_snapshot_pattern\.TestSnapshotPattern\.test_snapshot_pattern*)" r="$r|(?:tempest\.api\.compute\.admin\.test_hosts\.HostsAdminTestJSON\.test_show_host_detail*)" r="$r|(?:tempest\.api\.compute\.test_tenant_networks\.ComputeTenantNetworksTest\.test_list_show_tenant_networks*)" -r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPattern\.test_volume_boot_pattern*)" -r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.TestVolumeBootPatternV2\.test_volume_boot_pattern*)" +# https://bugs.launchpad.net/nova/+bug/1489581 +r="$r|(?:tempest\.scenario\.test_volume_boot_pattern\.*)" # https://bugs.launchpad.net/nova/+bug/1445628 r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_instance_run\.InstanceRunTest\.test_run_idempotent_instances*)" # https://bugs.launchpad.net/nova/+bug/1445629