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