diff options
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index f168697c1..800b44ab4 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -167,6 +167,12 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py ;; "odl-sfc") + bash ${FUNCTEST_REPO_DIR}/testcases/features/sfc/server_presetup_CI.bash + ret_val=$? + if [ $ret_val != 0 ]; then + exit $ret_val + fi + source ${FUNCTEST_REPO_DIR}/testcases/features/sfc/tackerc python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py ;; "parser") |