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:
parent
4ab56dbb51
commit
e1d70f9cb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user