Skip to content

Commit 048250a

Browse files
author
Balazs Gibizer
committed
Disable qos resize tempest test for nova-multi-cell job
It turned out that during the qos resize work we did not implemented support of cross cell resize with qos ports. Tempest test coverage for the resize and migrate is landed recently that made the nova-multi-cell job to fail. So this patch disables the qos resize and migrate tempest tests for the nova-multi-cell job to unblock the gate. Related-Bug: #1907522 [1] I8c573c4a11a76932057d8415d76114a03269b9f3 Change-Id: I95bc22f7d65454cd9e7b54a0e6d9516f2f204978
1 parent 3a6c1cb commit 048250a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

api-guide/source/port_with_resource_request.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ As of 20.0.0 (Train), nova supports cold migrating and resizing servers with
2929
neutron ports having resource requests if both the source and destination
3030
compute services are upgraded to 20.0.0 (Train) and the
3131
``[upgrade_levels]/compute`` configuration does not prevent the computes from
32-
using the latest RPC version.
32+
using the latest RPC version. However cross cell resize and cross cell migrate
33+
operations are still not supported with such ports.
3334

3435
As of 21.0.0 (Ussuri), nova supports evacuating, live migrating and unshelving
3536
servers with neutron ports having resource requests.

devstack/nova-multi-cell-blacklist.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@
77

88
# Skip until bug 1906428 is resolved
99
tempest.scenario.test_shelve_instance.TestShelveInstance.test_cold_migrate_unshelved_instance
10+
11+
# Also exlude resize and migrate tests with qos ports as qos is currently
12+
# not supported in cross cell resize case . See
13+
# https://bugs.launchpad.net/nova/+bug/1907511 for details
14+
test_migrate_with_qos_min_bw_allocation
15+
test_resize_with_qos_min_bw_allocation
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
issues:
3+
- |
4+
When the tempest test coverage was added for resize and cold migrate
5+
with neutron ports having QoS minimum bandwidth policy rules we
6+
discovered that the cross cell resize code path cannot handle such ports.
7+
See bug https://bugs.launchpad.net/nova/+bug/1907522 for details.

0 commit comments

Comments
 (0)