From e1d70f9cb0fb7c291672f08151ee03f18da49d74 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 23 Nov 2022 13:16:18 +0100 Subject: [PATCH] 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 --- zuul.d/tempest-multinode.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/tempest-multinode.yaml b/zuul.d/tempest-multinode.yaml index 9bc1b92eace..7010966839d 100644 --- a/zuul.d/tempest-multinode.yaml +++ b/zuul.d/tempest-multinode.yaml @@ -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