mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
lf_report.py, lf_qa.py : pdf and historical reports path, user server path
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
@@ -8,10 +8,7 @@ Example: kpi_csv_sq.py --store --png --show --path <path to read kpi.csv> (read
|
||||
'''
|
||||
# visit http://127.0.0.1:8050/ in your web browser.
|
||||
|
||||
import datetime
|
||||
import pprint
|
||||
import sys
|
||||
|
||||
import os
|
||||
import dash
|
||||
import dash_core_components as dcc
|
||||
@@ -314,9 +311,6 @@ Example: kpi_csv_sq.py --store --png --show --path <path to read kpi.csv> (read
|
||||
current_time = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime())
|
||||
#csv_results = "lf_qa-{}.csv".format(current_time)
|
||||
#csv_results = report.file_add_path(csv_results)
|
||||
outfile = "lf_qa-{}".format(current_time)
|
||||
outfile_path = report.file_add_path(outfile)
|
||||
report_path = report.get_report_path()
|
||||
|
||||
|
||||
csv_dash = csv_sqlite_dash(
|
||||
|
||||
Reference in New Issue
Block a user