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
This commit is contained in:
parent
e33d47c604
commit
6134228fb8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user