From efa8a6b6ac4ad963114f025c4ae4a38fb831bdf7 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 3 May 2017 07:23:00 +0000 Subject: Fix Honeycomb source data path for report. Change-Id: Ifcae7625dd2325461f70382439a52d9091d7121c Signed-off-by: Peter Mikus (cherry picked from commit 56e9f4c10d975cf68972a1110d2fdf5b202acb9a) --- resources/tools/report_gen/run_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit 1.2.3-korg