aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-07-24 18:40:41 +0000
committerPeter Mikus <pmikus@cisco.com>2017-07-24 18:41:30 +0000
commitf4a86c6f5432c16394b98f339030c5ea04d435e2 (patch)
tree3e094f4cfcbe3c376b14fddc433d5363f02220b7 /resources
parent267795011019bb2ee9df3c0e568d54aa2281908d (diff)
FIX: Path in run_report.sh
Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rwxr-xr-xresources/tools/report_gen/run_report.sh2
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 68a022d59e..3ce64b7c5c 100755
--- a/resources/tools/report_gen/run_report.sh
+++ b/resources/tools/report_gen/run_report.sh
@@ -162,7 +162,7 @@ then
for i in ${blds[@]}; do
unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,VPP]}-${i}.zip -d ${DIR[WORKING]}/
python run_robot_json_data.py \
- --input ${DIR[WORKING]}/output.xml \
+ --input ${DIR[WORKING]}/robot-plugin/output.xml \
--output ${DIR[DTR,PERF,VPP,IMPRV]}/${JOB[PERF,VPP]}-${i}.json \
--vdevice ${i}
done