diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-09-20 11:23:17 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-20 15:05:47 +0000 |
commit | bade3c1da87064ce8385d286e17eee9918ff4601 (patch) | |
tree | 54eaee8af9590f036fa978048d4424effef6da90 /ci | |
parent | d172a8fc6c9538107dba94f5a9bbb08945338bf2 (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>
(cherry picked from commit 89195402a303f6340b5f409b1df2e8bab1304270)
Diffstat (limited to 'ci')
-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 |