diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-01 14:54:08 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-02-02 09:19:15 +0100 |
commit | 219a2bd3271ba10d7d5462cd65e7eac217770d35 (patch) | |
tree | 2377879f1cac5016a7a9150a6cb1f1e7d550d529 /functest/ci/testcases.yaml | |
parent | 3b1d262d0d035626d7a1345d538636f6945c90f4 (diff) |
Adapt Promise to new framework
JIRA: FUNCTEST-549
Change-Id: I01018bc10f5b1717af217457018a5d56f86d60cd
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | 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 27d358bf..1733ef85 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -185,6 +185,9 @@ tiers: dependencies: installer: '(fuel)|(joid)' scenario: '' + run: + module: 'functest.opnfv_tests.features.promise' + class: 'Promise' - name: doctor |