summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorAlexandre Arents <alexandre.arents@corp.ovh.com>2020-12-08 09:43:00 +0000
committerAlexandre Arents <alexandre.arents@corp.ovh.com>2020-12-17 10:24:27 +0000
commit9a0bc6e9cfc83888ecf1e5b5be46a773e11ce208 (patch)
tree527a80fe097736fa6f30248e5b8cf0f061a98396 /devstack
parent5d910b6695fc67517b6fe08194ed2754a182f9a9 (diff)
downloadnova-9a0bc6e9cfc83888ecf1e5b5be46a773e11ce208.tar.gz
Revert "nova-multi-cell: Skip test_cold_migrate_unshelved_instance"
This reverts commit c11f4e533676abc676884053544607d263b3ffca. Test should work since change: I0b81282eba8238d8b64a67e38cf9d6392de1f85c Conflicts: devstack/nova-multi-cell-blacklist.txt NOTE(aarents): the confict is due to change I95bc22f7d65454cd9e7b54a0e6d9516f2f204978 Disable qos resize tempest test for nova-multi-cell job Change-Id: Ib953470cf0ccddfec5f253097ddd7f7f0eaf4883
Diffstat (limited to 'devstack')
-rw-r--r--devstack/nova-multi-cell-blacklist.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/devstack/nova-multi-cell-blacklist.txt b/devstack/nova-multi-cell-blacklist.txt
index a81dfc47fa..d0a62e61aa 100644
--- a/devstack/nova-multi-cell-blacklist.txt
+++ b/devstack/nova-multi-cell-blacklist.txt
@@ -5,9 +5,6 @@
# only test advanced neutron features, unrelated to multi-cell testing.
^tempest.scenario.test_network
-# Skip until bug 1906428 is resolved
-tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance
-
# Also exlude resize and migrate tests with qos ports as qos is currently
# not supported in cross cell resize case . See
# https://bugs.launchpad.net/nova/+bug/1907511 for details