From 5cebb58c1d0769f7b7fa7a430c9359c7f533c629 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20J=C3=B3zefczyk?= Date: Thu, 19 Mar 2020 10:55:18 +0000 Subject: [PATCH] Make ovn-octavia-provider-v2-dsvm-scenario voting We still have scenario tests failing and it needs further work in Octavia tempest plugin [1] and Core-OVN [2]. However, scenario tests are not the only ones that we expect to pass, so for now ignore those test cases: octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic and set this job to voting. [1] https://review.opendev.org/#/c/714004/ [2] https://bugs.launchpad.net/neutron/+bug/1871239 Change-Id: I388438133e9028e7805aba017334d94a11aeda5f --- zuul.d/base.yaml | 3 +++ zuul.d/project.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 0048c345..6d1dfeb3 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -128,5 +128,8 @@ parent: ovn-octavia-provider-dsvm-base vars: tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2 + tempest_black_regex: "\ + (^octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic)|\ + (^octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic)" tempest_concurrency: 2 tox_envlist: all diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 2744e63e..30080279 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -11,9 +11,9 @@ required-projects: - openstack/neutron - ovn-octavia-provider-functional - - ovn-octavia-provider-v2-dsvm-scenario: - voting: false + - ovn-octavia-provider-v2-dsvm-scenario gate: fail-fast: true jobs: - ovn-octavia-provider-functional + - ovn-octavia-provider-v2-dsvm-scenario