diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-24 18:40:41 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-07-24 18:41:30 +0000 |
commit | f4a86c6f5432c16394b98f339030c5ea04d435e2 (patch) | |
tree | 3e094f4cfcbe3c376b14fddc433d5363f02220b7 /resources/tools | |
parent | 267795011019bb2ee9df3c0e568d54aa2281908d (diff) |
FIX: Path in run_report.sh
Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools')
-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 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 |