summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-17 11:22:50 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-17 11:22:50 +0000
commit7f44a270739fe60f3bc22cae287bce88be83f304 (patch)
tree45b579ac79dde21e86ded6608469464abb91c4a4 /ci
parent2a1a966650f9572a004f2321f86e31efbfb67840 (diff)
parent97fc67c5b21b15e33647d8654810f4403cde6f7b (diff)
Merge "Add reporting flag to push reuslts only from CI"
Diffstat (limited to 'ci')
-rwxr-xr-xci/exec_test.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index db9c7a07e..1acf7e01c 100755
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -130,7 +130,7 @@ function run_test(){
sleep 10 # to let the instances terminate
;;
"doctor")
- python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py
+ python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py $report
;;
"ovno")
# suite under rewritting for colorado
@@ -143,7 +143,7 @@ function run_test(){
python ${repos_dir}/securityscanning/security_scan.py --config ${repos_dir}/securityscanning/config.ini
;;
"copper")
- python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py
+ python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py $report
;;
"moon")
python ${repos_dir}/moon/tests/run_tests.py
@@ -155,7 +155,7 @@ function run_test(){
-c ${FUNCTEST_REPO_DIR}/testcases/OpenStack/tempest/tempest_multisite.conf
;;
"domino")
- python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py
+ python ${FUNCTEST_REPO_DIR}/testcases/features/domino.py $report
;;
"odl-sfc")
bash ${FUNCTEST_REPO_DIR}/testcases/features/sfc/server_presetup_CI.bash
@@ -169,7 +169,7 @@ function run_test(){
exit $ret_val
fi
source ${FUNCTEST_REPO_DIR}/testcases/features/sfc/tackerc
- python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py
+ python ${FUNCTEST_REPO_DIR}/testcases/features/sfc/sfc.py $report
;;
"parser")
python ${FUNCTEST_REPO_DIR}/testcases/vnf/vRNC/parser.py $report