summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-xci/exec_test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 7e57cd5e4..26067a5d3 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -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