From 0001dc2112fc51c03f65743cc09ac071ae2d7ca8 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 10 Feb 2016 21:07:22 +0000 Subject: [PATCH] Revert "Add new test_rebuild_instance_with_volume to cells exclude list" This reverts commit 674531df15d30faea08a58421160816c56b4bfba The test was breaking more than cells, it was breaking all shared-storage backend jobs, like ceph, so it was reverted here: bbeab27ab8f05ad1287907222fb6b02990021885 Since the test no longer exists, we can remove it from the blacklist. Change-Id: Iee028a56f6a27d97011f26966b3584770d5287db --- devstack/tempest-dsvm-cells-rc | 1 - 1 file changed, 1 deletion(-) diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc index f2b97f9d9669..15a9ff94f551 100644 --- a/devstack/tempest-dsvm-cells-rc +++ b/devstack/tempest-dsvm-cells-rc @@ -76,7 +76,6 @@ r="$r|(?:tempest\.scenario\.test_encrypted_cinder_volumes\.TestEncryptedCinderVo r="$r|(?:tempest\.thirdparty\.boto\.test_ec2_network\.EC2NetworkTest\.test_disassociate_not_associated_floating_ip)" r="$r|(?:tempest\.scenario\.test_server_basic_ops\.TestServerBasicOps\.test_server_basicops)" r="$r|(?:tempest\.scenario\.test_snapshot_pattern\.TestSnapshotPattern\.test_snapshot_pattern)" -r="$r|(?:tempest\.scenario\.test_rebuild_instance_with_volume\.TestRebuildInstanceWithVolume\.test_rebuild_instance_with_volume)" 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)" # https://bugs.launchpad.net/nova/+bug/1489581