diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-11-25 18:15:50 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-14 09:09:30 +0100 |
commit | 7e40117ddd69e7c2208c828bcdf3644e3ddf5f90 (patch) | |
tree | 690d564fe3ccdac09ebc241754afac71115fb70c /functest/ci/testcases.yaml | |
parent | 7bb9e652122482a31992901c9eae7429624aabdf (diff) |
Adapt Copper to Abstraction framework
JIRA: FUNCTEST-546
Change-Id: I775a7274883127cc627197fda37ae8e9043b59e2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index f193e172..29bc25af 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -222,6 +222,10 @@ tiers: dependencies: installer: '(apex)|(joid)' scenario: '^((?!fdio|lxd).)*$' + run: + module: 'functest.opnfv_tests.feature.copper' + class: 'Copper' + - name: moon criteria: 'status == "PASS"' |