Jed Reynolds
99a40d32ff
jbr_monitor_bssids.py now has logic to load scenario and wait for it to finish loading
2021-10-21 17:47:01 -07:00
Jed Reynolds
5f151bc912
jbr_monitor_bssids: query finds last event ID now, fixes debug
2021-10-21 17:47:01 -07:00
Jed Reynolds
8ff674f1f2
jbr_monitor_bssids.py: WIP attempting to recreate load scenario logic with lanforge_api
2021-10-20 17:38:58 -07:00
Jed Reynolds
86b9f5e28f
jbr_monitor_bssids: script for monitoring a L3 connection across a series of APs
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-10-20 11:46:49 -07:00
Jed Reynolds
92ce5aa54e
jbr_create_wanlink.py: adds parameters that were left out when testing to prove lanforge_api warnings
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-10-19 22:54:52 -07:00
Chuck SmileyRekiere
5237aec5f1
test_l3_longevity.py update for ap_test mode
...
added test_l3_longevity_beta.py to sandbox for script restructuring.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-10-18 11:22:58 -06:00
Jed Reynolds
6e91d37afa
jbr_create_wanlink.py: uses better type hints and more
...
- changes docstring quotes
- changes tuples to lists
2021-10-11 17:42:37 -07:00
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