diff options
author | Manuel Buil <mbuil@suse.com> | 2017-09-01 09:40:03 +0200 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-09-01 09:40:03 +0200 |
commit | 78778e0a2a4c8dcf679994d9ad3339e8a197011c (patch) | |
tree | 758d02173422bfe28d0175089d363a61e3cc4c22 /docker/features/testcases.yaml | |
parent | 8245094e48cd0b8b810e89120a51b0581b0d78e6 (diff) |
Activate SFC testcases in CI (alpine)
SFC project is ready to run its tests in CI
Change-Id: I4fbae92e426724f720372b9218653d5804278e51
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r-- | docker/features/testcases.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 69da9350e..0af4487e2 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -58,15 +58,15 @@ tiers: - case_name: functest-odl-sfc - enabled: false + enabled: true project_name: sfc 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' |