From 025520c093bbda8749cd3db5e993bb61c214bbfa Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Tue, 6 Feb 2018 08:05:20 +0100
Subject: Disable orchestra_* testcases
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

They can be simply disabled and they unsuccessfully run vs Daily only.

In a second step, moving the related python modules in a new
orchestra repository could be a good solution simply because they
don't reach our coding criteria.

The best way is still to update them according to our rules and to
check all installers thanks to these two vnfs.

Change-Id: If36b16f0ed95d7039db9455a32c18f7fd1a739ef
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
 functest/ci/testcases.yaml | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'functest')

diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 2b8977fd..bcb40600 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -380,6 +380,7 @@ tiers:
             -
                 case_name: orchestra_openims
                 project_name: orchestra
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -394,6 +395,7 @@ tiers:
             -
                 case_name: orchestra_clearwaterims
                 project_name: orchestra
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
-- 
cgit