summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorBalazs Gibizer <gibi@redhat.com>2022-08-31 16:48:33 +0200
committerBalazs Gibizer <gibi@redhat.com>2022-08-31 16:52:21 +0200
commit1bc1b599df7f2f69640654a22aafb8411a459ed4 (patch)
treeaff2e7190c1ba0f79eee9eea2fd6793a7a97e8ea /devstack
parent733a87e6126e4da8261eada74ba2cd0ec55f8a72 (diff)
downloadnova-1bc1b599df7f2f69640654a22aafb8411a459ed4.tar.gz
Skip UnshelveToHostMultiNodesTest in nova-multi-cell
The I303a28afe69d5d17261a07fd45c4fa92bbad5598 added tempest test coverage for the new unshelve-to-host nova feature. However the test fails in the multi cell job as it tries to unshelve the instance to another cell which is clearly not supported. So this patch skips the unshelve to host test cases to unblock the gate. Related-Bug: #1988316 Change-Id: I50c08a5dcffbf7c31bf02bdfb8615966f9271791
Diffstat (limited to 'devstack')
-rw-r--r--devstack/nova-multi-cell-exclude-list.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/devstack/nova-multi-cell-exclude-list.txt b/devstack/nova-multi-cell-exclude-list.txt
index a61229c906..0dbe383abf 100644
--- a/devstack/nova-multi-cell-exclude-list.txt
+++ b/devstack/nova-multi-cell-exclude-list.txt
@@ -10,3 +10,7 @@
# https://bugs.launchpad.net/nova/+bug/1907511 for details
test_migrate_with_qos_min_bw_allocation
test_resize_with_qos_min_bw_allocation
+
+# Also exclude unshelve to specific host test cases as unshelve cannot move VMs across cells
+# See https://bugs.launchpad.net/nova/+bug/1988316
+tempest.api.compute.admin.test_servers_on_multinodes.UnshelveToHostMultiNodesTest