diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-29 11:41:21 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-30 08:42:06 +0100 |
commit | ac9a06a92ce16dc45ead136c1f2987cb9a202db5 (patch) | |
tree | 85b4d81a6b8f7401bb7b5c35ae9926bded876fd2 /functest/ci | |
parent | 6f01e0b78169aa58ecaa3310c4717bfe96a05d85 (diff) |
Remove Notion of SKIP in test cases
JIRA: FUNCTEST-541
Change-Id: Ie71ba9c02e54a1ff05974ef89075b3ad7cf6f930
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ -185,18 +185,6 @@ tiers: 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"' blocking: false |