summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2016-02-08 13:57:47 -0500
committerAndrew Laski <andrew@lascii.com>2016-02-08 19:10:52 +0000
commit674531df15d30faea08a58421160816c56b4bfba (patch)
tree947cb0e4962d27be6a29f5daad6eb81dab3160e6 /devstack
parentf6e2c3327134ae7df5d52934ffef0138985e769b (diff)
downloadnova-674531df15d30faea08a58421160816c56b4bfba.tar.gz
Add new test_rebuild_instance_with_volume to cells exclude list
This commit adds a newly added tempest test to the cells exclude list. The test is always failing on cells and it's because it's doing operations that don't work with cells turned on. So lets exclude it for now. Ideally all this skip logic will be in the tempest config and we don't have to do this anymore. Closes-Bug: #1543253 Change-Id: Ic9db51a41f95b0d18f97745a0da7e99fdfa21e51
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-cells-rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc
index 15a9ff94f5..f2b97f9d96 100644
--- a/devstack/tempest-dsvm-cells-rc
+++ b/devstack/tempest-dsvm-cells-rc
@@ -76,6 +76,7 @@ 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