From 6134228fb89d0da31f833b93b12bfe4ff2583ba2 Mon Sep 17 00:00:00 2001 From: Roman Safronov Date: Thu, 14 Mar 2024 09:18:17 +0200 Subject: [PATCH] Exclude test_vrrp from OVS job The test is unstable on multinode OVS and causes issues on gates. Since OVS is deprecated we can just exlude this test from OVS job tempest results. Also removed redundant dpkt dependancy since it was replaced by scapy in [1]. [1] https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/895161 Change-Id: Ie4f2ded480bc2933c8081545f26fd64721813b6a --- requirements.txt | 1 - zuul.d/master_jobs.yaml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7254a8d..c17195a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ flake8 >= 4.0.0 python-subunit >= 0.0.18 testtools >= 0.9.30 -dpkt >= 1.8.8 # BSD scapy netifaces pyroute2 >= 0.6.6 diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml index 559b602..3584aa4 100644 --- a/zuul.d/master_jobs.yaml +++ b/zuul.d/master_jobs.yaml @@ -438,6 +438,9 @@ - qos-bw-minimum-ingress network_available_features: &available_features - ipv6_metadata + # test_vrrp is unstable on multinode ovs devstack, uncomment when/if fixed + tempest_exclude_regex: "\ + (^whitebox_neutron_tempest_plugin.tests.scenario.test_vrrp)" devstack_localrc: Q_AGENT: openvswitch Q_ML2_TENANT_NETWORK_TYPE: vxlan