X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=3ce64b7c5ca5d35abd176cf8b0ca95a0b90f9537;hp=68a022d59e845fe128ab99150fd7184bf5a14f70;hb=f4a86c6f5432c16394b98f339030c5ea04d435e2;hpb=267795011019bb2ee9df3c0e568d54aa2281908d 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