summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-03-03 09:29:30 -0500
committerMatt Riedemann <mriedem@us.ibm.com>2016-03-04 19:58:57 +0000
commit83c1fa6c03a61580212241d566b4bc04c29fe776 (patch)
tree748b544b0bdc6ade40eb6fa22d9117306a9ea3f5 /devstack
parenta3cf38a3ec0fd57679320688bd815225c2bf053f (diff)
downloadnova-83c1fa6c03a61580212241d566b4bc04c29fe776.tar.gz
Enable rebuild tests in cellsv1 job
Change 022802997c10fc4ed56b1e1875cd7ccb16cc0688 fixed evacuate/rebuild in the cells API so enable the rebuild-related tests we were skipping before. Related-Bug: #1445629 Related-Bug: #1445631 Related-Bug: #1552046 Change-Id: I15f867d8c6ff280bc68a6abf8b0da6e970c2bb39
Diffstat (limited to 'devstack')
-rw-r--r--devstack/tempest-dsvm-cells-rc4
1 files changed, 0 insertions, 4 deletions
diff --git a/devstack/tempest-dsvm-cells-rc b/devstack/tempest-dsvm-cells-rc
index 15a9ff94f5..992f9638a6 100644
--- a/devstack/tempest-dsvm-cells-rc
+++ b/devstack/tempest-dsvm-cells-rc
@@ -82,10 +82,6 @@ r="$r|(?:tempest\.api\.compute\.test_tenant_networks\.ComputeTenantNetworksTest\
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
-r="$r|(?:tempest\.api\.compute.servers\.test_disk_config\.ServerDiskConfigTestJSON\.test_rebuild_server_with_manual_disk_config)"
-# https://bugs.launchpad.net/nova/+bug/1445631
-r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_rebuild_server_in_stop_state)"
# https://bugs.launchpad.net/nova/+bug/1466696 - Cells: Race between instance 'unlock' and 'stop' can cause 'stop' to fail
r="$r|(?:tempest\.api\.compute\.servers\.test_server_actions\.ServerActionsTestJSON\.test_lock_unlock_server)"
# scheduler hints apparently don't work in devstack cells