diff options
author | valentin boucher <valentin.boucher@orange.com> | 2016-08-07 11:03:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-07 11:03:01 +0000 |
commit | 31e762a8c7b7d8c873434884b4fdea3bf9861c97 (patch) | |
tree | f9f916c57d0696a1813f04f480e01333496021f8 /ci | |
parent | 89866b7d0297f132390101d894d0fc0b68fb51b8 (diff) | |
parent | e9713403a50f6a71aeaa49c07145795e15d2b45f (diff) |
Merge "Bug fixes odl-sfc + new features"
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/exec_test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 2ef714d5..ddbe486f 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -163,6 +163,11 @@ function run_test(){ if [ $ret_val != 0 ]; then exit $ret_val fi + bash ${FUNCTEST_REPO_DIR}/testcases/features/sfc/compute_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 ;; |