diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-09-20 11:23:17 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-20 14:56:23 +0000 |
commit | 89195402a303f6340b5f409b1df2e8bab1304270 (patch) | |
tree | 0204d265c4060128c0db175c80ff46e61fdec601 /ci/exec_test.sh | |
parent | 248af30770fc0c882122c429a3bf033a37c5c167 (diff) |
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 <manuel.buil@ericsson.com>
Diffstat (limited to 'ci/exec_test.sh')
-rwxr-xr-x | ci/exec_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |