FIX: Path in run_report.sh 46/7746/2
authorPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 18:40:41 +0000 (18:40 +0000)
committerPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 18:41:30 +0000 (18:41 +0000)
Change-Id: I2341a23b6165d0cec760021980937a3dc8dde7f0
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/tools/report_gen/run_report.sh

index 68a022d..3ce64b7 100755 (executable)
@@ -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