summaryrefslogtreecommitdiffstats
path: root/ci/exec_test.sh
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-08-19 07:41:50 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-19 07:41:51 +0000
commit6ff8fb2c3d46eb484e4b689456327616901a842f (patch)
tree7ec098ca52496a1b5a443037c0f8853d1c7e9f5e /ci/exec_test.sh
parent088baa5e6a83f292afd4eb8f34ce41caf4a4504e (diff)
parent447819bd807b963ea5fbeb14ac4f4ef97f55f0f1 (diff)
Merge "Remove useless odlreport2db args"
Diffstat (limited to 'ci/exec_test.sh')
-rw-r--r--[-rwxr-xr-x]ci/exec_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh
index 98d54f205..d7883307b 100755..100644
--- a/ci/exec_test.sh
+++ b/ci/exec_test.sh
@@ -93,8 +93,7 @@ function run_test(){
env | grep NODE_NAME > /dev/null; then
odl_logs="/home/opnfv/functest/results/odl/"
odl_path="${FUNCTEST_REPO_DIR}/testcases/Controllers/ODL/"
- node_name=$(env | grep NODE_NAME | cut -f2 -d'=')
- python ${odl_path}/odlreport2db.py -x ${odl_logs}/output.xml -i ${INSTALLER_TYPE} -p ${node_name} -s ${DEPLOY_SCENARIO}
+ python ${odl_path}/odlreport2db.py -x ${odl_logs}/output.xml
fi
;;
"tempest_smoke_serial")