Commit Graph

21 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
58c7613d87 lf_graph.py lf_report_test.py : pep8 complience
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 07:21:44 -07:00
Chuck SmileyRekiere
54170fffe7 lf_graph.py , lf_report_test.py : updated for --mgr and --lfmgr
updated so help will be show with --help

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 07:18:34 -07:00
Chuck SmileyRekiere
b3cabba913 lf_report_test.py : added --help so import test would not produce output
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-01 11:48:39 -06:00
Matthew Stidham
36400e003d Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-09-17 15:29:15 -07:00
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
anil-tegala
4b0eb41019 x-axis values of lf_bar_graph added to csv generation 2021-08-06 01:40:29 +05:30
jitendracandela
6a2d9fb72d added legend location,legend column,legend fontsize,legend box 2021-07-28 22:29:13 +05:30
karthikaeyetea
14de41b33a sample report genaration with dynamic text-size, text-rotation and graph title for bar graph 2021-07-17 11:01:17 +05:30
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
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
anjali
7b596c3f2f changed x-axis range in bar plot 2021-05-14 12:06:17 +05:30
anjali
49ec3a00bd Reformat files...... 2021-05-13 22:13:13 +05:30
anjali
d02d050152 added horizontal stacked bar chart, some changes in report and graph library 2021-05-13 21:55:12 +05:30
Chuck SmileyRekiere
bd77836a23 modified following to be executible lf_dut_sta_vap_test.py lf_graph.py lf_report_test.py lf_sniff_radio.py 2021-05-03 06:30:52 -06:00
Chuck SmileyRekiere
216372d760 lf_graph.py lf_report.py lf_report_test.py : updated headers 2021-05-03 06:09:46 -06:00
anjali
4e4e5d198f added scatter bar chart and stacked bar chart with multiple labels 2021-04-20 14:12:44 +05:30
Chuck SmileyRekiere
867efbf1bb lf_report.py : added A4, A3, Legal, Landscape and Portrait sizes to pdf generation, lf_report_test.py: added testing support
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-19 18:01:39 -06:00
Chuck SmileyRekiere
01bb2ebd81 lf_report_test.py : added getting the path to unit test 2021-04-19 11:38:55 -06:00
Chuck SmileyRekiere
0b2265fd92 lf_report.py : added support of moving graph.png files to results directory
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-04-18 10:26:04 -06:00
Chuck SmileyRekiere
40639cee8e lf_graph.py created , updates to lf_report.py, lf_report_test.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-03-30 07:57:32 -06:00
Chuck SmileyRekiere
eb495d49e0 report_library.py to lf_report.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-03-29 17:13:18 -06:00