Enable odl-sfc in CI
authorManuel Buil <manuel.buil@ericsson.com>
Wed, 27 Jul 2016 09:15:07 +0000 (11:15 +0200)
committerManuel Buil <manuel.buil@ericsson.com>
Wed, 27 Jul 2016 09:15:07 +0000 (11:15 +0200)
JIRA:FUNCTEST-392

Change-Id: If1c931df26062501695061e1155eb26ad007c8de
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
ci/exec_test.sh
ci/testcases.yaml

index 7e57cd5..26067a5 100755 (executable)
@@ -166,6 +166,9 @@ function run_test(){
         "domino")
             python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py
         ;;
+        "odl-sfc")
+            python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py
+        ;;
         *)
             echo "The test case '${test_name}' does not exist."
             exit 1
index 84dd8e4..2d7792c 100644 (file)
@@ -189,6 +189,15 @@ tiers:
                 dependencies:
                     installer: 'joid'
                     scenario: ''
+            -
+                name: odl-sfc
+                criteria: 'status == "PASS"'
+                blocking: false
+                description: >-
+                    Test suite for odl-sfc to test two chains and two SFs
+                dependencies:
+                    installer: 'fuel'
+                    scenario: 'odl_l2-sfc'
     -
         name: openstack
         order: 4