nova/devstack/nova-multi-cell-blacklist.txt
Alexandre Arents 9a0bc6e9cf Revert "nova-multi-cell: Skip test_cold_migrate_unshelved_instance"
This reverts commit c11f4e5336.

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
2020-12-17 10:24:27 +00:00

13 lines
587 B
Plaintext

# --blacklist-file contents for the nova-multi-cell job defined in .zuul.yaml
# See: https://stestr.readthedocs.io/en/latest/MANUAL.html#test-selection
# Exclude tempest.scenario.test_network tests since they are slow and
# only test advanced neutron features, unrelated to multi-cell testing.
^tempest.scenario.test_network
# 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
test_migrate_with_qos_min_bw_allocation
test_resize_with_qos_min_bw_allocation