From ac9a06a92ce16dc45ead136c1f2987cb9a202db5 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Tue, 29 Nov 2016 11:41:21 +0100 Subject: Remove Notion of SKIP in test cases JIRA: FUNCTEST-541 Change-Id: Ie71ba9c02e54a1ff05974ef89075b3ad7cf6f930 Signed-off-by: Morgan Richomme --- functest/ci/testcases.yaml | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'functest/ci') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index ffdfa51e..d483e589 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -184,18 +184,6 @@ tiers: dependencies: installer: '(fuel)|(compass)' scenario: 'multisite' - - - name: domino - criteria: 'status == "PASS"' - blocking: false - description: >- - Test suite for template distribution based on Domino - dependencies: - installer: 'joid' - scenario: '' - run: - module: 'functest.opnfv_tests.features.domino' - class: 'DominoTests' - name: odl-sfc criteria: 'status == "PASS"' -- cgit