aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-07-21 16:11:39 +0000
committerPeter Mikus <pmikus@cisco.com>2017-07-21 16:22:34 +0000
commit91b846b3572c682c205874019b260c36f6826240 (patch)
tree29e4329f1794c426334913655eca3767a2635451
parentf1ec66a7df16ac4f40ad465a3776cf5c7af77b1c (diff)
CSIT-618 Release report update VI
Change-Id: If78280fb0edc9b34478eeca6f7b972361e179d05 Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 20ee7a806931d09c5b773ca0987a29eafb202ed2)
-rwxr-xr-xresources/tools/report_gen/run_report.sh12
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