aboutsummaryrefslogtreecommitdiffstats
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:43:17 +0000
commit5e0cd70f989ac9252212e7aba051c20445927f22 (patch)
tree58894ff9456ffe93a7c2af8ef2c59b7e9589ee96
parenta6744730940d0523b0e3672ead94238c5c1ef93f (diff)
FIX: Path in run_report.sh
Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit f4a86c6f5432c16394b98f339030c5ea04d435e2)
-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