From: Peter Mikus Date: Wed, 3 May 2017 07:23:00 +0000 (+0000) Subject: Fix Honeycomb source data path for report. X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=56e9f4c10d975cf68972a1110d2fdf5b202acb9a Fix Honeycomb source data path for report. Change-Id: Ifcae7625dd2325461f70382439a52d9091d7121c Signed-off-by: Peter Mikus --- diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index fcb206f7a4..7fdd613fe1 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -471,7 +471,7 @@ else fi unzip -o ${STATIC_DIR_ARCH}/${JEN_JOB}-${JEN_BUILD}.zip -d ${WORKING_DIR}/ -python run_robot_data.py -i ${WORKING_DIR}/robot-plugin/csit/output.xml \ +python run_robot_data.py -i ${WORKING_DIR}/robot-plugin/output.xml \ --output ${DTR_HONEYCOMB_SOURCE_DIR}/honeycomb_functional_results.rst \ --formatting rst --start 3 --level 2 sed -i -e "s@###JOB###@${JEN_JOB}\/${JEN_BUILD}@g" \