diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-18 15:23:42 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-18 15:26:38 +0100 |
commit | 8048b797f8147b3db5dfcf68caf6bb449b2f2067 (patch) | |
tree | 80aaff9fc8c787e612a7ccd5a937d7c0187404c9 /functest/ci/testcases.yaml | |
parent | ddf121f9511368eaf5b8e3ebd4e00fbd4f91ee6e (diff) |
Adapt Domino to Test Abstraction
JIRA: FUNCTEST-547
Change-Id: Iaeb1bb3e6f4529343eacc2f5ceda6d61ca6d96f7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-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"' |