erinnerim
1d7578251c
Updates to import statements:
...
- Import importlib, os, and sys to each python script.
- Append "lanforge-scripts" root directory to the system path, allowing each script to be called from an antecedent directory. e.g.
if 'lanforge-scripts' not in sys.path:
sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../../")))
- All statements of the form 'from <module> import <class>' replace with:
<module> = importlib.import_module("lanforge-scripts.<directory>.<module>")
<class> = <module>.<class>
2021-09-15 16:17:16 -07:00
Chuck SmileyRekiere
79302de9d5
lf_csv.py : updated information for test priority in comments
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-07-20 14:56:45 -06:00
Chuck SmileyRekiere
a71e84d524
lf_csv.py : added the kpi values
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-07-20 14:56:44 -06:00
Chuck SmileyRekiere
85054414a3
lf_csv.py : minor name change kpi_file from kpi_filename, the parameter
...
may also contain path information
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-07-16 13:38:29 -06:00
Chuck SmileyRekiere
3454bfd726
lf_csv.py : added the kpi headers and the kf_kpi_csv class
...
this is an intial commit.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-07-16 13:31:19 -06:00
Chuck SmileyRekiere
1098de8636
lf_csv.py and lf_graph.py : changed variables to snake case
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-07-15 07:55:20 -06:00
anil-tegala
bcbaff86e6
report generation added for dynamic data
...
pick 0429552 conflicts resolved in lf_graph changes
2021-07-13 23:19:57 +05:30
anil-tegala
67930578d2
lf_csv - creates csv for graph data
2021-07-13 23:17:44 +05:30
anil-tegala
22ce8723b7
lf_csv - creates csv for graph data
...
pick 6ea0cec lf_csv - creates csv for graph data
pick 2fdb937 lf_csv - creates csv for graph data
pick 0429552 conflicts resolved in lf_graph changes
2021-07-13 23:15:20 +05:30