From bade3c1da87064ce8385d286e17eee9918ff4601 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 20 Sep 2016 11:23:17 +0200 Subject: Bug fix for the SFC-CI test case A iteration is added so that the test is run several times. We are experiencing that ODL requires one deployment for things to work Change-Id: Ic70e8f2dabbf03827dd6d7396d2ab8177140cc97 Signed-off-by: Manuel Buil (cherry picked from commit 89195402a303f6340b5f409b1df2e8bab1304270) --- ci/exec_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 676c0d520..ad1e56372 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -163,7 +163,7 @@ function run_test(){ # pass FUNCTEST_REPO_DIR inside prepare_odl_sfc.bash FUNCTEST_REPO_DIR=${FUNCTEST_REPO_DIR} bash ${ODL_SFC_DIR}/prepare_odl_sfc.bash || exit $? source ${ODL_SFC_DIR}/tackerc - python ${ODL_SFC_DIR}/sfc.py $report + python ${ODL_SFC_DIR}/sfc_colorado1.py $report ;; "parser") python ${FUNCTEST_REPO_DIR}/testcases/vnf/vRNC/parser.py $report -- cgit 1.2.3-korg