Use only "ubuntu-22.04-minimal" advance image
The test "test_multicast_between_vms_on_same_network" is skipped if
ML2/OVN is used, due to the bug reported in [1].
[1]https://bugs.launchpad.net/cloud-images/+bug/2110520
Related-Bug: #2110191
Change-Id: I78bd6140f8183582d8079d7d2a5473040a2e24ce
diff --git a/zuul.d/2024_2_jobs.yaml b/zuul.d/2024_2_jobs.yaml
index f42bdbf..e19767c 100644
--- a/zuul.d/2024_2_jobs.yaml
+++ b/zuul.d/2024_2_jobs.yaml
@@ -214,7 +214,8 @@
# TODO(jlibosva): Remove the NetworkWritableMtuTest test from the list
# once east/west fragmentation is supported in core OVN
tempest_exclude_regex: "\
- (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)"
+ (^neutron_tempest_plugin.scenario.test_mtu.NetworkWritableMtuTest)|\
+ (^neutron_tempest_plugin.scenario.test_multicast.MulticastTestIPv4.test_multicast_between_vms_on_same_network)"
devstack_localrc:
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_ovn) | join(',') }}"
NEUTRON_DEPLOY_MOD_WSGI: false