diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-12-14 10:30:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-14 10:30:56 +0000 |
commit | c212550a99c91ccef138f70db7c94c24cab75313 (patch) | |
tree | 677ef316e0ebdada27d6d37841b2c04fa2400ae1 /functest/ci/testcases.yaml | |
parent | 4296815a17310b6613259c3164acedfc53d58737 (diff) | |
parent | 557a11b3c6d5be0cf9bec464f56cd4a55d809bdf (diff) |
Merge "Conform SFC test case to FeatureBase"
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 29bc25af..ba264956 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -67,7 +67,6 @@ tiers: dependencies: installer: '' scenario: '' - - name: rally_sanity criteria: 'success_rate == 100%' @@ -253,6 +252,9 @@ tiers: dependencies: installer: '(apex)|(fuel)' scenario: 'odl_l2-sfc' + run: + module: 'functest.opnfv_tests.features.odl_sfc' + class: 'OpenDaylightSFC' - name: onos_sfc criteria: 'status == "PASS"' |