From d09b1b40b6bded2490ea980bd9c0d3718600de00 Mon Sep 17 00:00:00 2001 From: Brian Haley Date: Mon, 1 Jun 2020 18:01:21 -0400 Subject: [PATCH] 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 1a3811448d0a108e8e16bb32810e4f59db226a4b Change-Id: Ic9bbb43aa832ad6cc45d57328b40afe4468ddfca Related-bug: #1881558 (cherry picked from commit 1a3811448d0a108e8e16bb32810e4f59db226a4b) --- zuul.d/tempest-singlenode.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 944f08e0430..21d2698fe74 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -188,6 +188,9 @@ ((^neutron_tempest_plugin.api)|\ (^neutron_tempest_plugin.scenario)|\ (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 devstack_localrc: Q_AGENT: ovn