diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-05-03 07:23:00 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-05-03 08:06:28 +0000 |
commit | efa8a6b6ac4ad963114f025c4ae4a38fb831bdf7 (patch) | |
tree | f48f4f48661041f366f29d15afd21f54d2c88585 | |
parent | e90d1512e68a32e2a61b816501c1f2bebaed7c0a (diff) |
Fix Honeycomb source data path for report.
Change-Id: Ifcae7625dd2325461f70382439a52d9091d7121c
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit 56e9f4c10d975cf68972a1110d2fdf5b202acb9a)
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" \ |