mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-12-24 14:27:18 +00:00
kpi: Support adding git-log info to the Run report.
This commit is contained in:
@@ -339,7 +339,18 @@ then
|
||||
mv $MY_TMPDIR/dut_console_log.txt $RSLTS_DIR/
|
||||
fi
|
||||
|
||||
./lf_gui_report_summary.pl --title "TIP Test Bed Results" --dir $RSLTS_DIR < index_template.html > $RSLTS_DIR/index.html
|
||||
RPT_ARGS=
|
||||
if [ "_${NOTES_HTML}" == "_" ]
|
||||
then
|
||||
NOTES_HTML=NA
|
||||
fi
|
||||
|
||||
if [ "_${GITLOG}" == "_" ]
|
||||
then
|
||||
GITLOG=NA
|
||||
fi
|
||||
|
||||
./lf_gui_report_summary.pl --title "TIP Test Bed Results" --dir $RSLTS_DIR --gitlog $GITLOG --notes $NOTES_HTML < index_template.html > $RSLTS_DIR/index.html
|
||||
|
||||
echo "Done with regression test."
|
||||
echo "Results-Dir: $RSLTS_DIR"
|
||||
|
||||
Reference in New Issue
Block a user