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=c867d35bea49ee7ee79a3d98ceeb044537ed6b5d;hb=a0ff7c5d45f49e06d72071ad926274fd4c0bb061;hpb=71e61ec941914c658dba7442cb828b8479b90b83 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index c867d35bea..3ce64b7c5c 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -161,8 +161,8 @@ then blds=${JOB[PERF,VPP,BLD]} for i in ${blds[@]}; do unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,VPP]}-${i}.zip -d ${DIR[WORKING]}/ - ./run_robot_json_data.py \ - --input ${DIR[WORKING]}/output.xml \ + python run_robot_json_data.py \ + --input ${DIR[WORKING]}/robot-plugin/output.xml \ --output ${DIR[DTR,PERF,VPP,IMPRV]}/${JOB[PERF,VPP]}-${i}.json \ --vdevice ${i} done @@ -198,7 +198,7 @@ fi # Generate tables for performance improvements if [[ ${DEBUG} -eq 0 ]] ; then - ./run_improvments_tables.py \ + python run_improvments_tables.py \ --input ${DIR[DTR,PERF,VPP,IMPRV]} \ --output ${DIR[DTR,PERF,VPP,IMPRV]} fi