diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-01 16:41:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-01 16:41:22 +0000 |
commit | 8417877de20766eb9695382e708efeb8de32cab6 (patch) | |
tree | 4cde19e0379d992ede4fa853bef4b441138bae37 /functest/ci | |
parent | 0c4870bbdb32540ff358ea0b7cc068645c0a4db1 (diff) | |
parent | ac9a06a92ce16dc45ead136c1f2987cb9a202db5 (diff) |
Merge "Remove Notion of SKIP in test cases"
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 |