aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/report_gen/run_report.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2017-07-21 20:55:53 +0200
committerPeter Mikus <pmikus@cisco.com>2017-07-21 19:01:01 +0000
commit5a8cc3631f36f6006501b5358dcb578b0d25c3f5 (patch)
tree1a9061bf2243730af35f20a3153f8f4da8722a8f /resources/tools/report_gen/run_report.sh
parent91b846b3572c682c205874019b260c36f6826240 (diff)
FIX: Report script typo
Change-Id: I05bdcad4b2602f961d353aa6dce2b5dac62eef3a Signed-off-by: Peter Mikus <pmikus@cisco.com> (cherry picked from commit 113052a53f9a771f465ea26ccd64344b46b78cf9)
Diffstat (limited to 'resources/tools/report_gen/run_report.sh')
-rwxr-xr-xresources/tools/report_gen/run_report.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh
index e1e1de0dc7..4c104928f3 100755
--- a/resources/tools/report_gen/run_report.sh
+++ b/resources/tools/report_gen/run_report.sh
@@ -152,10 +152,10 @@ then
# VPP FUNC
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 \
+ --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[DTC,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