Enable odl-sfc in CI
[functest.git] / ci / exec_test.sh
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