diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-08-03 17:59:07 +0200 |
---|---|---|
committer | Manuel Buil <manuel.buil@ericsson.com> | 2016-08-05 11:43:17 +0200 |
commit | e9713403a50f6a71aeaa49c07145795e15d2b45f (patch) | |
tree | 0eadad6093eed3604eeb506092100a13f97e4c57 /ci | |
parent | 5f0d2316d91b40a6cf62b15b309b0c2e2d2f582c (diff) |
Bug fixes odl-sfc + new features
* Doing the test with private IPs as floating are currently not working in ODL
* New SF takes more time to start the service. A while loop is added.
* Configuration of the compute set-up due to ODL limitations added
Change-Id: I5449af940caee456262dac66bc47b66fd05c2a70
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
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 2ef714d56..ddbe486f1 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 ;; |