Exclude test test_floatingip_port_details from the Linuxbridge job
During the last PTG [1] we decided that due to lack of maintainers for
the Linuxbridge backend we will probably mark it as "unsupported" (or
something like that, nameing isn't decided yet) thus we will not
guarantee that all tests with such backend will always run properly and
all will be in good shape.
As a first "victim" of that decision, lets skip test
neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.\
test_floatingip_port_details
which is failing from time to time in the linuxbridge scenario job.
Related-bug: #1799790
[1] https://etherpad.opendev.org/p/neutron-zed-ptg#L171
Change-Id: I0b481bc6b66fbe7f5e4dab92e9f60812bbaeaead
diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml
index d19aae3..8b7623a 100644
--- a/zuul.d/master_jobs.yaml
+++ b/zuul.d/master_jobs.yaml
@@ -381,9 +381,13 @@
# test_established_tcp_session_after_re_attachinging_sg from the
# exclude regex when bug https://bugs.launchpad.net/neutron/+bug/1936911
# will be fixed
+ # TODO(slaweq) remove test_floatingip_port_details from the exclude
+ # regex when bug https://bugs.launchpad.net/neutron/+bug/1799790 will be
+ # fixed
tempest_exclude_regex: "\
(^neutron_tempest_plugin.scenario.test_vlan_transparency.VlanTransparencyTest)|\
- (^neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)"
+ (^neutron_tempest_plugin.scenario.test_security_groups.NetworkSecGroupTest.test_established_tcp_session_after_re_attachinging_sg)|\
+ (^neutron_tempest_plugin.scenario.test_floatingip.FloatingIPPortDetailsTest.test_floatingip_port_details)"
devstack_localrc:
Q_AGENT: linuxbridge
NETWORK_API_EXTENSIONS: "{{ (network_api_extensions + network_api_extensions_linuxbridge) | join(',') }}"