From 21656d4e9c61b970c8517b4dad8575c0bb087337 Mon Sep 17 00:00:00 2001 From: elajkat Date: Tue, 16 Feb 2021 14:58:51 +0100 Subject: [PATCH] Run nova-live-migration job with neutron-trunk enabled A recent fix was merged to Neutron (see [0]), that fixed live-migration of VMs with trunks, a new tempest test will cover this usecase (see [1]) To make the test executed enable neutron_trunk for the job nova-live-migration. [0]: https://review.opendev.org/q/I98e55242d381ada642ca0729e9aefdea7628c945 [1]: https://review.opendev.org/c/openstack/tempest/+/774689 Related-Bug: #1914747 Change-Id: I89989f69f76d1a1ad4c2851da027b3e763e6b0d3 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f98e714b2eca..d25b00edd27f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -88,6 +88,8 @@ vars: tox_envlist: all tempest_test_regex: (^tempest\.api\.compute\.admin\.(test_live_migration|test_migration)) + devstack_services: + neutron-trunk: true devstack_local_conf: test-config: $TEMPEST_CONFIG: