FIX: Typo in report_gen 44/7744/3
authorPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 17:13:38 +0000 (17:13 +0000)
committerPeter Mikus <pmikus@cisco.com>
Mon, 24 Jul 2017 18:06:36 +0000 (18:06 +0000)
Change-Id: Ia8826ccf79b405d35025e06cafb8a80b877dc77d
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/tools/report_gen/run_report.cfg
resources/tools/report_gen/run_report.sh

index 76c55ac..0ec6b08 100644 (file)
@@ -43,7 +43,7 @@ URL[JENKINS,CSIT]='https://jenkins.fd.io/view/csit/job'
 URL[JENKINS,HC]='https://jenkins.fd.io/view/hc2vpp/job'
 
 JOB[PERF,VPP]=csit-vpp-perf-1707-all
-JOB[PERF,VPP,BLD]="9 10 13 14 15 16 17"
+JOB[PERF,VPP,BLD]="9 10 13 14 15 16 17 19"
 JOB[PERF,VPP,FBLD]=10
 JOB[PERF,DPDK]=csit-dpdk-perf-1707-all
 JOB[PERF,DPDK,BLD]="1 2 3 4 5 6 7 8 9 10"
index b2db731..68a022d 100755 (executable)
@@ -161,7 +161,7 @@ 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 \
+        python run_robot_json_data.py \
             --input ${DIR[WORKING]}/output.xml \
             --output ${DIR[DTR,PERF,VPP,IMPRV]}/${JOB[PERF,VPP]}-${i}.json \
             --vdevice ${i}