diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-03-01 22:13:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-01 22:13:28 +0000 |
commit | e4ae4c3f11dff35d7a7098d215bcdde745493e95 (patch) | |
tree | 651e7502cf6325250188284ac7605eb9571e72b0 /functest/ci/testcases.yaml | |
parent | b8935ad451dd2650b42c7976af2722da7ca720af (diff) | |
parent | fb815013c60c89d54b79772bcb792a2cec4cb82e (diff) |
Merge "Adopt TestcaseBase for ONOS and ONOS SFC"
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 598da396..77cd1ae6 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -174,7 +174,9 @@ tiers: dependencies: installer: '' scenario: 'onos' - + run: + module: 'functest.opnfv_tests.sdn.onos.onos' + class: 'Onos' - name: snaps_smoke @@ -300,6 +302,9 @@ tiers: dependencies: installer: '' scenario: 'onos-sfc' + run: + module: 'functest.opnfv_tests.sdn.onos.onos' + class: 'OnosSfc' - name: parser criteria: 'ret == 0' |