Commit Graph

2315 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
b4a9608d3f lf_check.py : added db_override to put in unique db from command line
ct_us_00X_rig.json : generic name for db in json

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-06 06:21:42 -06:00
Matthew Stidham
20be39a531 improve regression_test bycommenting test which freezes test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-05 15:29:58 -07:00
Matthew Stidham
0347f70a89 regression_test always hangs on test_1k
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-05 10:46:05 -07:00
Matthew Stidham
5879f64646 update_dependencies needs to ensure pip is up to date before running updates
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-05 10:20:23 -07:00
jitendracandela
ec1374c947 fixed lanforge error message 2021-11-05 17:16:50 +05:30
Jed Reynolds
5e7e7e744f jbr_monitor_bssids.py: this timing works better for retrieving events
maybe on APU2 hardware this just takes significantly longer

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
2021-11-04 00:22:49 -07:00
Jed Reynolds
abc422ddf8 jbr_monitor_bssids.py: removes typing subscripts not present in python 3.7.7
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
2021-11-04 00:07:36 -07:00
Matthew Stidham
861e9b127c Improve sta_name argparse variable
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-03 15:44:08 -07:00
Matthew Stidham
3e2def4e5f Correct links in regression_test.sh
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-03 14:28:35 -07:00
Matthew Stidham
11595b53a3 Fix links in regression test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-03 10:41:48 -07:00
Chuck SmileyRekiere
44c5ae3a3d lf_cleanup.py : check if cxs is empty
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-03 09:56:07 -06:00
Chuck SmileyRekiere
89d8baee94 lf_cleanup.py iterates over the individual cxs, endp, and stations
test_l3_longevity.py : comment on channel width

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-03 08:02:46 -06:00
Jed Reynolds
0ae0c97f95 jbr_monitor_bssids.py: comments out now duplicate options 2021-11-02 16:45:28 -07:00
Matthew Stidham
1fd331288c Add no_cleanup flag
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-02 13:30:08 -07:00
Logan Lipke
f2e364d98a changed station_list nargs from * to + 2021-11-02 10:22:44 -07:00
Logan Lipke
6239273f04 changed station_list argument to accept multiple arguments in space or comma separated list 2021-11-02 10:09:23 -07:00
Chuck SmileyRekiere
12c8985424 l3_cxprofile.py append 'alias' soon to the columns
test_ip_variable_time.py update example

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-02 07:52:55 -06:00
Chuck SmileyRekiere
44fffafe40 lf_cleanup.py pep8 (white space, removed imports, line cleanup)
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-29 13:51:30 -06:00
Chuck SmileyRekiere
dc6693604b lf_cleanup.py : pep8 cleanup
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-29 13:38:06 -06:00
Chuck SmileyRekiere
21e5a1d349 lf_cleanup.py : script for removing sta, cx and endp from lanforge
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-29 13:33:32 -06:00
Chuck SmileyRekiere
93df56c354 update_dependencies.py : check for os to be able to run on windows
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-29 08:33:20 -06:00
Jed Reynolds
0327ec1c05 jbr_monitor_bssids.py: work leveraging new logging methods
Includes demonstration using a --debugging= argument to pass in tag:foo and method:methodname
areas to activate debug output

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
2021-10-29 00:19:33 -07:00
Jed Reynolds
32b17ac342 example fetching and removing connections
Signed-off-by: Jed Reynolds <jed@bitratchet.com>
2021-10-29 00:19:33 -07:00
Jed Reynolds
c71e93ed75 jbr_monitor_bssids.py: fixes loading logic
- querying for load was happening before load was requested, which was clearly dumb
- incorporates show_events before load, and after every 5 seconds
- sys.settrace() call is experimental, is going to be removed

Signed-off-by: Jed Reynolds <jed@bitratchet.com>
2021-10-29 00:19:33 -07:00
Chuck SmileyRekiere
1dadbc3fc3 test_l3_longevity.py : remove the mmu field
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-28 15:05:33 -06:00
Logan Lipke
df68373001 Fixed function calls, renamed cli argument to fit with other arguments, fixed issue with improper type compare 2021-10-27 11:08:12 -07:00
Chuck SmileyRekiere
5d22de3824 port_probe.py : added HT equation
ct_us_001_scripts.json updated ip_variable_time.py test

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-26 07:11:00 -06:00
Chuck SmileyRekiere
c0eb2c000e moved port_porbe.py under py-scripts to created lf_port_probe.py to avoid
confusion of the two file.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-26 05:52:27 -06:00
Chuck SmileyRekiere
cdccc492d9 py-json/port_probe.py :
py-scripts/port_probe.py
py-script/test_ip_variable_time.py
Starting point from previous work
2021-10-25 17:51:35 -04:00
Chuck SmileyRekiere
03bbf60634 test_l3_longevity.py : initialize all of the variables to avoid unintialized
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-25 15:06:20 -06:00
Chuck SmileyRekiere
2978c95069 test_l3_longevity.py , initialize the mac_found_ul
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-25 09:11:56 -06:00
Chuck SmileyRekiere
8320e997bc ct_us_002/3/4_test.json : added test_l3_longevity
asus_ap.py defaut test mode to true for testing

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-23 19:34:25 -06:00
Chuck SmileyRekiere
741534da45 asus_ap.py : initial place holder
lf_check.py: fix meta.txt creation on interations
added test_l3_longevity.py to ct_us_001_tests.json ct_us_004_tests.json

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-23 08:45:07 -06:00
Chuck SmileyRekiere
80c49a8742 test_l3_longevity.py : updated details
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-22 13:04:09 -06:00
Chuck SmileyRekiere
9ae874fe97 test_l3_longevity.py, updated to report the number of stations on side a
the side b (eth) is not in the station count.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-22 11:12:26 -06:00
Chuck SmileyRekiere
4833ac8125 lf_kpi_csv.py : updated notes and comments
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-22 09:23:17 -06:00
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
Chuck SmileyRekiere
cba448d56f lf_kpi_csv.py : added tab delimiters which is used by chamberview tests
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 16:15:36 -06:00
Chuck SmileyRekiere
528f143c6e lf_kpi_csv.py : added default for dut-serial-num
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 15:03:13 -06:00
Chuck SmileyRekiere
d529fcb741 lf_kpi_csv.py , test_l3_longevity.py : bug fix test-details is test details
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 14:55:56 -06:00
Chuck SmileyRekiere
bde2e41459 lf_kpi_csv.py : path output fix, added dut-serial-num
test_l3_longevity.py : output kpi path
ct_us_001_test.json : kpi to database

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 14:44:18 -06:00
Chuck SmileyRekiere
91ca63f497 lf_kpi_csv.py : path output fix
test_l3_longevity.py : output kpi path
ct_us_001_test.json : kpi to database

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 13:55:54 -06:00
Chuck SmileyRekiere
701623c829 lf_kpi_csv.py updating kpi.csv class to be used as a library
test_l3_longevity.py : updated for using the lf_kpi_csv.py class
for reporting kpi.csv data

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 13:11:25 -06:00
Chuck SmileyRekiere
3ad491a326 ct_us_001_tests.json : updated paths for test_l3_longevity.py
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-21 13:11:25 -06: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
c5842993fd ct_us_001_tests.json , ct_us_004_tests.json added nightly tests
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-19 22:21:06 -06:00
Chuck SmileyRekiere
7bbfa394ca test_l3_longevity.py : add reading ul - uplink - rx_report from AP,
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-10-19 15:26:38 -06:00