Disable "test_live_migration_with_trunk" execution from dvr job

It's follow up for [1] which temporary disabled this test
on other multinode jobs.

[1] https://review.opendev.org/c/openstack/neutron/+/865295

Related-bug: #1997025
Change-Id: I3cb1e709bb6b4f6acea37fce8bec8bb35b3e84aa
This commit is contained in:
Slawek Kaplonski 2022-11-23 13:16:18 +01:00
parent 4ab56dbb51
commit e1d70f9cb0
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
- ^zuul.d/(?!(project)).*\.yaml
vars:
tox_envlist: integrated-network
# NOTE(ralonsoh): to be removed once LP#1997025 is fixed.
tempest_exclude_regex: "\
(^tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_migration_with_trunk)|\
(^tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_migration_with_trunk)"
devstack_localrc:
CIRROS_VERSION: 0.5.1
DEFAULT_IMAGE_NAME: cirros-0.5.1-x86_64-uec