diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-21 10:16:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-21 10:16:23 +0000 |
commit | 67902c82571b80522c16844df91a9b4699eb91a2 (patch) | |
tree | cc2e4f6df7b3caa3507e0b80dcad6419e6dcff3c /functest/ci | |
parent | 0ba2cb40b3c7ff4d69e1c4b045d7a4ed54f302b8 (diff) | |
parent | 8048b797f8147b3db5dfcf68caf6bb449b2f2067 (diff) |
Merge "Adapt Domino to Test Abstraction"
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/testcases.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index afd32986..fc835b93 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -192,6 +192,9 @@ tiers: dependencies: installer: 'joid' scenario: '' + run: + module: 'functest.opnfv_tests.features.domino' + class: 'DominoCases' - name: odl-sfc criteria: 'status == "PASS"' |