From 3f1716f4a08dc9bb629dfbe00f0bc61a7ebbaac1 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 13 Mar 2023 13:00:34 +0530 Subject: [PATCH] [Victoria] Fix tempest_exclude for ovs iptables_hybrid Similar to wallaby job fix[1]. [1] https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/873708 Change-Id: I9389277dfc162c82a1d4e100184f18622dfd8779 --- zuul.d/victoria_jobs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zuul.d/victoria_jobs.yaml b/zuul.d/victoria_jobs.yaml index a79261dd..cfca0ea0 100644 --- a/zuul.d/victoria_jobs.yaml +++ b/zuul.d/victoria_jobs.yaml @@ -171,6 +171,10 @@ (^tempest.api.compute.servers.test_multiple_create)" network_api_extensions: *api_extensions network_available_features: *available_features + # TODO(akatz): remove established tcp session verification test when the + # bug https://bugzilla.redhat.com/show_bug.cgi?id=1965036 will be fixed + tempest_exclude_regex: "\ + (^neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)" devstack_localrc: NETWORK_API_EXTENSIONS: "{{ network_api_extensions | join(',') }}" # NOTE(bcafarel) guestmount binary not available on host OS