Chuck SmileyRekiere
e0d8b79094
lf_check.py copyied to /sandbox/lf_check_igg.py to save the work done
...
for supporting grafana, influx, and ghost.
ct_001_igg.json moved to /sandbox/ct_001_igg.json to have an example
of working with ghost / grafana
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-21 06:51:38 -06: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
Chuck SmileyRekiere
e41dd523fb
***.json files moved older .json to the sandbox,
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-01 12:07:31 -06:00
Matthew Stidham
1f33bdf2fa
Add json file changes
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-08-30 12:22:22 -07:00
Jed Reynolds
ed18428414
jbr_jag_test.py: updates usage example
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-17 15:47:45 -07:00
Jed Reynolds
b1ac042179
jbr_jag_test.py: incorporates attempting to use a station profile in test
...
StationProfile does not have sufficient logic to put LFJsonGet or LFJsonPost yet
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-17 15:45:23 -07:00
Jed Reynolds
26b550f2d0
jbr_jag_test.py: tests combination of setting and clearing port flags
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-16 13:07:30 -07:00
Jed Reynolds
19f12820f8
jbr_jag_test.py: more exception handling
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-16 12:00:58 -07:00
Jed Reynolds
e45459dbf2
jbr_jag_test.py: testing setting flags and clearing flags by string name and by enum reference
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-13 17:52:50 -07:00
Jed Reynolds
283aa8246d
jbr_jag_test.py: testing out new flag methods
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-08-13 17:52:50 -07:00
Chuck SmileyRekiere
7a3ec03bbf
moved lf_qa.py from sandbox to tools
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-13 05:52:02 -06:00
Chuck SmileyRekiere
ac160b19ab
lf_qa.py cosmetic updates, white space removal deleted older comments
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-12 14:34:36 -06:00
Chuck SmileyRekiere
dbfe56300c
lf_qa.py : updated link names
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-12 14:03:40 -06:00
Chuck SmileyRekiere
20fd4e8198
lf_qa.py : makd the individual kpi graphs links
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-12 13:49:17 -06:00
Chuck SmileyRekiere
53d26d55b5
lf_qa.py : fix for links on images
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-12 10:21:12 -06:00
Chuck SmileyRekiere
b1df6bbade
lf_qa.py : the links on images now open new tab
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 20:56:20 -06:00
Chuck SmileyRekiere
1e481d6d8e
lf_report.py lf_qa.py : added target="_blank" for href to open another tab
...
need to verify the lf_qa.py changes
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 20:02:15 -06:00
Chuck SmileyRekiere
390acaf48f
lf_qa.py : portion of path to remove passed in from command line,
...
Eventually the default would need to be '' maybe, for now use the
/home/lanforge/ as the default. As the server paths will need to be
worked out.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 19:32:50 -06:00
Chuck SmileyRekiere
3ad401717c
lf_qa.py : table updates for the summary tables
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 18:04:33 -06:00
Chuck SmileyRekiere
c2a0776736
lf_qa.py filxed the table formatting <td> does not need <p>
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 18:01:26 -06:00
Chuck SmileyRekiere
1d1968f71f
lf_qa.py : table data summary added
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 16:20:42 -06:00
Chuck SmileyRekiere
fe7edc5c14
lf_qa.py Test Suite table takes table entries from KPI for test-id and test-tag
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 15:33:45 -06:00
Chuck SmileyRekiere
fd8cf5ebaa
lf_qa.py : added test_tag to the summary of results
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 14:58:55 -06:00
Chuck SmileyRekiere
b887a97405
lf_aq.py : removed redundancy of kpi_chart and kpi_print_chart
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 14:16:19 -06:00
Chuck SmileyRekiere
b279ca55a3
lf_qa.py : added the kpi_chart data, need to label with test tag
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 14:07:14 -06:00
Chuck SmileyRekiere
305005fd11
lf_qa.py : formatting on output
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 14:07:14 -06:00
Chuck SmileyRekiere
9bf9b2e718
lf_qa.py : formatting of output
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 09:39:08 -06:00
Chuck SmileyRekiere
43b417f211
lf_qa.py : Test Suite links html / pdf , removed lf_check results from links
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 09:36:50 -06:00
Chuck SmileyRekiere
23db6de9be
lf_qa.py : Test suite listed links to html and pdf results
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-11 08:09:24 -06:00
Chuck SmileyRekiere
d8571ee77e
lf_qa.py : remove spaces from html links
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 14:21:25 -06:00
Chuck SmileyRekiere
889e083339
lf_qa.py : updates to html path
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 14:03:10 -06:00
Chuck SmileyRekiere
d654139b4b
lf_qa.py : updates for the test-rig
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 13:42:05 -06:00
Chuck SmileyRekiere
7c36bcea7c
lf_report.py : allow link name passed in with PDF link
...
lf_qa.py : updated based on lf_report.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 12:22:52 -06:00
Chuck SmileyRekiere
109bdfa383
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 >
2021-08-10 12:08:03 -06:00
Chuck SmileyRekiere
dd23604974
lf_qa.py : moved dash show to after the static version generated
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 07:03:36 -06:00
Chuck SmileyRekiere
140cd06876
lf_qa.py : commenting updates and format statement updates
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-10 06:35:14 -06:00
Chuck SmileyRekiere
dedb612897
lf_qa.py : paths to png files do not like spaces
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 17:36:52 -06:00
Chuck SmileyRekiere
1b1120c61f
lf_qa.py : added path to full run
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 11:44:02 -06:00
Chuck SmileyRekiere
7827f82a8a
lf_report.py, lf_qa.py : pdf and historical reports path, user server path
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 11:34:21 -06:00
Chuck SmileyRekiere
8e3854dc49
lf_report.py, lf_qa.py : pdf and historical reports path, user server path
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 11:23:57 -06:00
Chuck SmileyRekiere
5cb68a6735
lf_report.py format change for links
...
lf_qa.py : report link for test rig
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 10:37:43 -06:00
Chuck SmileyRekiere
ed396c1807
lf_report.py: link to pdf results added
...
lf_qa.py : link to pdf results
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 08:57:00 -06:00
Chuck SmileyRekiere
ab5300f521
lf_qa.py : cosmetic changes to report layout
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 07:52:13 -06:00
Chuck SmileyRekiere
e6ac0ab677
lf_qa.py added DUT information to the graphs
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 07:45:30 -06:00
Chuck SmileyRekiere
eb21f24d5a
lf_qa.py : output text updates
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 06:31:30 -06:00
Chuck SmileyRekiere
f15a344892
lf_qa.py : updates for html outputs
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-09 06:16:17 -06:00
Chuck SmileyRekiere
a64ea0f45a
lf_qa.py : removed unused parameter
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-08 18:53:22 -06:00
Chuck SmileyRekiere
5f62640283
lf_qa.py : redundant command line parameter
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-08 18:48:53 -06:00
Chuck SmileyRekiere
4784bac930
lf_qa.py : removed the outfile since parameter not used in the output
...
file naming
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-08-08 18:47:23 -06:00
Chuck Rekiere
ea5e9c92e0
lf_qa.py : change permissions for execution
...
Signed-off-by: Chuck Rekiere <chuck.rekiere@candelatech.com >
2021-08-08 18:37:21 -06:00