File: nova-multi-cell-exclude-list.txt

package info (click to toggle)
nova 2%3A32.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 51,456 kB
  • sloc: python: 418,873; pascal: 1,848; sh: 991; makefile: 163; xml: 83
file content (19 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# --exclude-list 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 exclude 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

# 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

# revert this when bug #1940425 is fixed in neutron
test_live_migration_with_trunk