mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
lf_check.py : more descriptive on what the git sha represents
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -764,7 +764,7 @@ Example :
|
|||||||
report.start_content_div()
|
report.start_content_div()
|
||||||
report.set_table_title("LF Check Test Results")
|
report.set_table_title("LF Check Test Results")
|
||||||
report.build_table_title()
|
report.build_table_title()
|
||||||
report.set_text("git sha: {}".format(git_sha))
|
report.set_text("lanforge-scripts git sha: {}".format(git_sha))
|
||||||
report.build_text()
|
report.build_text()
|
||||||
html_results = check.get_html_results()
|
html_results = check.get_html_results()
|
||||||
report.set_custom_html(html_results)
|
report.set_custom_html(html_results)
|
||||||
|
|||||||
Reference in New Issue
Block a user