X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=4c104928f360691e97d903da5074e0162da83a3d;hp=e1e1de0dc71d2d33dd929664349c2e32d6a83e3f;hb=113052a53f9a771f465ea26ccd64344b46b78cf9;hpb=20ee7a806931d09c5b773ca0987a29eafb202ed2 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