diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-14 10:30:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-14 10:30:39 +0000 |
commit | 4296815a17310b6613259c3164acedfc53d58737 (patch) | |
tree | ab9270ba3cf7b6340197101189ce99ef48843c68 /functest/ci | |
parent | 703d4477d2385d3c654cdac549b936c08b9c5b31 (diff) | |
parent | 7e40117ddd69e7c2208c828bcdf3644e3ddf5f90 (diff) |
Merge "Adapt Copper to Abstraction framework"
Diffstat (limited to 'functest/ci')
-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"' |