mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
lf_report.py , lf_snp_test.py : add reporting
This commit is contained in:
@@ -179,6 +179,11 @@ class lf_report():
|
||||
def get_report_path(self):
|
||||
return self.path_date_time
|
||||
|
||||
def file_location(self, file):
|
||||
output_file = str(self.path_date_time)+'/'+ str(file)
|
||||
print("output file {}".format(output_file))
|
||||
return output_file
|
||||
|
||||
def write_html(self):
|
||||
self.write_output_html = str(self.path_date_time)+'/'+ str(self.output_html)
|
||||
print("write_output_html: {}".format(self.write_output_html))
|
||||
|
||||
Reference in New Issue
Block a user