aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/docker/testcases.yaml
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-11-20 12:10:24 +0100
committerManuel Buil <mbuil@suse.com>2017-11-20 15:07:16 +0100
commitb5e4dd95cd0d4c147aaaac90dd421560d809a67c (patch)
tree5f595fb82ecafc74415465fb11f661817f5fd0f2 /sfc/tests/functest/docker/testcases.yaml
parentb8e171c36bdc86c6a45978285ef67cb6f3075b87 (diff)
Add the needed functest files
As agreed with the functest project, we keep the Dockerfile and testscases.yaml in our repo Change-Id: Idb25d4bfff7e36b42e4981a138775f90b0fbe72e Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/docker/testcases.yaml')
-rw-r--r--sfc/tests/functest/docker/testcases.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/sfc/tests/functest/docker/testcases.yaml b/sfc/tests/functest/docker/testcases.yaml
new file mode 100644
index 00000000..64b20461
--- /dev/null
+++ b/sfc/tests/functest/docker/testcases.yaml
@@ -0,0 +1,26 @@
+---
+tiers:
+ -
+ name: features
+ order: 2
+ ci_loop: '(daily)|(weekly)'
+ description: >-
+ Test suites from feature projects
+ integrated in functest
+ testcases:
+ -
+ case_name: functest-odl-sfc
+ project_name: sfc
+ criteria: 100
+ blocking: false
+ description: >-
+ Test suite for odl-sfc to test two chains with one SF and
+ one chain with two SFs
+ dependencies:
+ installer: ''
+ scenario: 'odl.*sfc'
+ run:
+ module: 'functest.core.feature'
+ class: 'BashFeature'
+ args:
+ cmd: 'run_sfc_tests.py'