Blacklist the OVN tempest IPv6 hotplug test

Blacklist the OVN tempest IPv6 hotplug test since it is
failing too much to pass the check jobs.

Partial cherry pick of 1a3811448d

Change-Id: Ic9bbb43aa832ad6cc45d57328b40afe4468ddfca
Related-bug: #1881558
(cherry picked from commit 1a3811448d)
This commit is contained in:
Brian Haley 2020-06-01 18:01:21 -04:00
parent a1b152787b
commit d09b1b40b6
1 changed files with 3 additions and 0 deletions

View File

@ -188,6 +188,9 @@
((^neutron_tempest_plugin.api)|\ ((^neutron_tempest_plugin.api)|\
(^neutron_tempest_plugin.scenario)|\ (^neutron_tempest_plugin.scenario)|\
(tempest.(api|scenario|thirdparty))).*$" (tempest.(api|scenario|thirdparty))).*$"
# TODO(haleyb): Remove this blacklist when
# https://bugs.launchpad.net/neutron/+bug/1881558 is fixed.
tempest_black_regex: "(?:neutron_tempest_plugin.scenario.test_ipv6.IPv6Test)"
tempest_concurrency: 4 tempest_concurrency: 4
devstack_localrc: devstack_localrc:
Q_AGENT: ovn Q_AGENT: ovn