mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-30 18:27:53 +00:00 
			
		
		
		
	cicd: Handle dut-gitlog
Add the DUT's gitlog to the report if it exists.
This commit is contained in:
		| @@ -355,7 +355,13 @@ then | ||||
|     GITLOG=NA | ||||
| fi | ||||
|  | ||||
| ./lf_gui_report_summary.pl --title "$TEST_RIG_ID: $DUT_SW_VER" --dir $RSLTS_DIR --gitlog $GITLOG --notes $NOTES_HTML < index_template.html  > $RSLTS_DIR/index.html | ||||
| if [ "_${DUTGITLOG}" == "_" ] | ||||
| then | ||||
|     DUTGITLOG=NA | ||||
| fi | ||||
|  | ||||
| echo "Done with regression test." | ||||
| echo "./lf_gui_report_summary.pl --title \"$TEST_RIG_ID: $DUT_SW_VER\" --dir $RSLTS_DIR --dutgitlog $DUTGITLOG --gitlog $GITLOG --notes $NOTES_HTML" | ||||
| ./lf_gui_report_summary.pl --title "$TEST_RIG_ID: $DUT_SW_VER" --dir $RSLTS_DIR --dutgitlog $DUTGITLOG --gitlog $GITLOG --notes $NOTES_HTML < index_template.html  > $RSLTS_DIR/index.html | ||||
|  | ||||
| echo "Done with automated regression test." | ||||
| echo "Results-Dir: $RSLTS_DIR" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ben Greear
					Ben Greear