diff options
author | Manuel Buil <mbuil@suse.com> | 2017-08-25 09:27:45 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-08-25 09:29:25 +0200 |
commit | 8245094e48cd0b8b810e89120a51b0581b0d78e6 (patch) | |
tree | 5699e7d0f8d65d36d6c72070e032681f3e1fbf48 /functest/ci/testcases.yaml | |
parent | fb979fc03b8c744ea0f99658cf2edafe55c17299 (diff) |
Updated sfc section in testcases
That section had an old scenario name which resulted in errors when sfc
functests tests needed to be executed
Change-Id: Ie35bb0d97c3d6cad6a97137355f146e8d20a40b9
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r-- | functest/ci/testcases.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index fac81267..ce71c9b6 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -324,10 +324,10 @@ tiers: criteria: 100 blocking: false description: >- - Test suite for odl-sfc to test two chains and two SFs + Test suite for odl-sfc to test two chains with one SF and one chain with two SFs dependencies: - installer: '(apex)|(fuel)' - scenario: 'odl_l2-sfc' + installer: '' + scenario: 'odl.*sfc' run: module: 'functest.core.feature' class: 'BashFeature' |