From f80d9312389dc97a570e5fbcde3491080cc9e307 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 27 Jul 2016 18:03:55 +0200 Subject: Scripts added to enable the SFC-ODL test in CI We need to install Tacker in the server before running the test cases Change-Id: Id7daee80627bc71c335fcb3efa5d389594641b65 Signed-off-by: Manuel Buil --- ci/exec_test.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ci/exec_test.sh') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index f168697c..800b44ab 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") -- cgit 1.2.3-korg