From f0676309804f22becf885ff9a8de43751ebbf801 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 19 Sep 2016 19:26:51 +0200 Subject: Remove parser test case from bgpvpn scenarios Due to the same performance issue encountered in bgpvpn scenarios, Jenkins still times out and can't have a summary of all the tests and upload logs to artifacts. The removal of this test case will affect only Colorado 1.0, and will be reactivated in Colorado 2.0 with ODL Boron. Change-Id: Ic2d8cc43a1a732daa063aa7c01a309a3dfa2050d Signed-off-by: jose.lausuch (cherry picked from commit 1f156fc7881491d2a557e54e43178d46bc3d69a1) --- ci/testcases.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 409bc007d..be3c0ae1a 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -215,7 +215,8 @@ tiers: Test suite from Parser project. dependencies: installer: 'fuel' - scenario: '^((?!noha).)*$' + scenario: '^((?!bgpvpn|noha).)*$' + - name: openstack order: 4 -- cgit 1.2.3-korg