From 447819bd807b963ea5fbeb14ac4f4ef97f55f0f1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 18 Aug 2016 09:34:04 +0200 Subject: Remove useless odlreport2db args MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It removes useless odlreport2db args as functest_utils parses env vars too and erases this previous values. All mandatory env vars are still checked in exec_test.sh. Change-Id: I3dd299dcad1758b994cf9d53ef65a5b83dc46b97 Signed-off-by: Cédric Ollivier --- ci/exec_test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100755 => 100644 ci/exec_test.sh (limited to 'ci') diff --git a/ci/exec_test.sh b/ci/exec_test.sh old mode 100755 new mode 100644 index 98d54f205..d7883307b --- 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") -- cgit 1.2.3-korg