Jed Reynolds
48626608fd
JSON: jbr_create_wanlink.py
...
Adjusted to importing lanforge_client/lanforge_api.py
Adds another --mgr argument alias
2021-10-11 16:15:53 -07:00
Chuck SmileyRekiere
06beca75aa
lf_qa.py removed dash components
...
1. removed the dash components as there will be a server for displaying
results and
2. copyied lf_qa.py version prior to updates to sandbox/lf_qa_dash.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-06 08:17:15 -06:00
Jed Reynolds
7e33f05fff
monitor_rvr.py created to demonstrate polling the status area at the bottom of a CV report
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-10-01 00:05:35 -07:00
Jed Reynolds
5199851225
example of how to monitor attenuator values for Nasir Makkiya <NMakkiya@sierrawireless.com>
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-09-30 22:03:47 -07:00
Chuck SmileyRekiere
12db2f0fc3
connection_test.py : moved to sandbox
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-28 06:02:53 -06:00
Jed Reynolds
cadd7d581c
jbr_create_wanlink.py: many arguments are actually string typed
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-09-28 01:14:15 -07:00
Jed Reynolds
17d4f6d1e2
jbr_create_wanlink.py: adds parameter requiring session creation
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-09-28 01:14:15 -07:00
Jed Reynolds
7d9ab67572
GUI: jbr_create_wanlink.py WIP
...
rewrote towards updated API
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-09-28 01:14:15 -07:00
Jed Reynolds
90232ed5ed
jbr_create_wanlink.py: testing out wanlink creating using autogen
...
Signed-off-by: Jed Reynolds <jed@candelatech.com >
2021-09-28 01:14:15 -07:00
Chuck SmileyRekiere
d718160153
download_test.py incomplete script moved to sandbox
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-27 17:52:34 -06:00
Chuck SmileyRekiere
25b04f44d7
lf_ftp_test.py : move to sandbox
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-27 17:46:32 -06:00
Chuck SmileyRekiere
e5f231c679
ftp_html.py moved to sandbox : will be used in the generic port
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-27 17:35:30 -06:00
Chuck SmileyRekiere
ae3df346bb
moved html_template.py to sandbox until file reviewed
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-09-27 17:15:36 -06:00
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