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 26067a5d3..f168697c1 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -169,6 +169,9 @@ function run_test(){
"odl-sfc")
python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py
;;
+ "parser")
+ python ${FUNCTEST_REPO_DIR}/testcases/vnf/RNC/parser.py
+ ;;
*)
echo "The test case '${test_name}' does not exist."
exit 1