diff options
author | Peter Mikus <pmikus@cisco.com> | 2017-07-21 16:11:39 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2017-07-21 16:20:15 +0000 |
commit | 20ee7a806931d09c5b773ca0987a29eafb202ed2 (patch) | |
tree | 523f2764ce1287621113d28cdbc40f969da89e11 /resources/tools/report_gen | |
parent | 4a4f4d6d0f4aafc3c7a97d525879503fdf0e8ad0 (diff) |
CSIT-618 Release report update VI
Change-Id: If78280fb0edc9b34478eeca6f7b972361e179d05
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools/report_gen')
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index 6ff3ad90ec..e1e1de0dc7 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -94,13 +94,13 @@ cp ${DIR[PLOT,DPDK]}/* ${DIR[STATIC,TREND]} ### FUNCTIONAL SOURCE DATA #if [[ ${DEBUG} -eq 1 ]] ; -# cp ./${JOB[FUNC,DPDK]}-${JOB[FUNC,VPP,BLD]}.zip ${DIR[STATIC,ARCH]}/${JOB[FUNC,DPDK]}-${JOB[FUNC,VPP,BLD]}.zip +# cp ./${JOB[FUNC,VPP]}-${JOB[FUNC,VPP,BLD]}.zip ${DIR[STATIC,ARCH]}/${JOB[FUNC,VPP]}-${JOB[FUNC,VPP,BLD]}.zip #fi if [[ ${DEBUG} -eq 0 ]] ; then - curl --fail --silent ${URL[JENKINS,CSIT]}/${JOB[FUNC,DPDK]}/${JOB[FUNC,VPP,BLD]}/robot/report/\*zip\*/robot-plugin.zip \ - --output ${DIR[STATIC,ARCH]}/${JOB[FUNC,DPDK]}-${JOB[FUNC,VPP,BLD]}.zip + curl --fail --silent ${URL[JENKINS,CSIT]}/${JOB[FUNC,VPP]}/${JOB[FUNC,VPP,BLD]}/robot/report/\*zip\*/robot-plugin.zip \ + --output ${DIR[STATIC,ARCH]}/${JOB[FUNC,VPP]}-${JOB[FUNC,VPP,BLD]}.zip fi ### HONEYCOMB SOURCE DATA @@ -144,18 +144,18 @@ then --data "SH_RUN" --formatting rst --start 4 --level 2 # DPDK PERF - unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,DPDK]}-${JOB[PERF,DPDK,FBLD]}.zip -d ${DIR[STATIC,ARCH]}/ + unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,DPDK]}-${JOB[PERF,DPDK,FBLD]}.zip -d ${DIR[WORKING]}/ python run_robot_data.py -i ${DIR[WORKING]}/robot-plugin/output.xml \ --output ${DIR[DTR,PERF,DPDK]}/dpdk_performance_results.rst \ --formatting rst --start 4 --level 2 # VPP FUNC - unzip -o ${DIR[STATIC,ARCH]}/${JOB[FUNC,DPDK]}-${JOB[FUNC,VPP,BLD]}.zip -d ${DIR[WORKING]}/ + unzip -o ${DIR[STATIC,ARCH]}/${JOB[FUNC,VPP]}-${JOB[FUNC,VPP,BLD]}.zip -d ${DIR[WORKING]}/ python run_robot_data.py -i ${DIR[WORKING]}/robot-plugin/output.xml \ --output ${DIR[DTR,FUNC,VPP}/vpp_functional_results.rst \ --formatting rst --start 5 --level 2 python run_robot_teardown_data.py -i ${DIR[WORKING]}/robot-plugin/output.xml \ - --output ${DIR[DTR,FUNC,VPP}/vpp_functional_configuration.rst \ + --output ${DIR[DTC,FUNC,VPP}/vpp_functional_configuration.rst \ --data "VAT_H" --formatting rst --start 5 --level 2 # HC FUNC |