lf_check.py : fixed table alignment

lf_qa.py : DUT at the beginning of the test run

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-08-10 12:07:54 -06:00
parent 3b39490be2
commit 109bdfa383
2 changed files with 37 additions and 13 deletions

View File

@@ -1273,8 +1273,8 @@ Example :
report.start_content_div2()
report.set_obj_html("Objective", "Run QA Tests")
report.build_objective()
report.set_text("LANforge")
report.build_text()
report.set_table_title("LANForge")
report.build_table_title()
report.set_table_dataframe(lf_test_setup)
report.build_table()
report.set_table_title("LF Check Test Results")