Commit Graph

4358 Commits

Author SHA1 Message Date
Matthew Stidham
db403ed05b Sta_connect_multi_example: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
69a75872a4 sta_connect_example: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
7d32906c82 sta_connect2.py: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
d50946f53c sta_connect: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
6f4ff7e252 Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
c5b08834b2 Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
6a9ee4cb00 test_l3_longevity_beta: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:42 -08:00
Matthew Stidham
cf8a5f8d83 monitor_rvr: remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:41 -08:00
Matthew Stidham
130b23a65b Improve create_bridge function
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:41 -08:00
Matthew Stidham
aa8c6bebf5 lf_dfs_test: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:41 -08:00
Matthew Stidham
a22c6c60e3 check_argparse: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:05:41 -08:00
Chuck SmileyRekiere
c29a5e9b12 py-json/port_probe.py : initial commit for VHT calculations
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-16 11:02:36 -07:00
Matthew Stidham
0a8461dde1 test_utility.py Remove C0122 errors
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 09:35:31 -08:00
Matthew Stidham
954a2f9f80 regression_test: git log command was backwards, it needed a head not a tail
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 08:59:51 -08:00
Matthew Stidham
b8b207493e lf_mesh_test: Fix mutable default values
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:11:29 -08:00
Matthew Stidham
a1cf4e2e47 lf_cleanup: Rename undefined variable
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:10:18 -08:00
Matthew Stidham
39746c5ce0 http_profile.py: Remove == None error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:06:39 -08:00
Matthew Stidham
8713f59098 lf_cv_base: remove shadow built in error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:05:40 -08:00
Matthew Stidham
7c57cd1d3e l4_cxprofile Remove == None error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 17:04:53 -08:00
Matthew Stidham
be740527bf lfcli_base: Create report-data folder in home directory if it doesn't exist
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 15:56:31 -08:00
Matthew Stidham
d0c40cb4b2 lfcli_base fix if os.path.isdir command
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 15:35:11 -08:00
Matthew Stidham
3969a4710e station_profile.py: Removing ==True landmines
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 13:42:34 -08:00
Matthew Stidham
12da46d6fb Remove == True error in LFRequest
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 13:36:27 -08:00
Matthew Stidham
3c1858a609 Remove == True errors in lfcli_base
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 13:36:05 -08:00
Matthew Stidham
919503f867 Fix test_ipv4_ttls.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 13:33:40 -08:00
Chuck SmileyRekiere
e9e7c6de31 test_ip_varible_time.py : there was an admin up in the stop caused errors
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-15 14:08:06 -07:00
Matthew Stidham
f2b4628a81 We cannot use default paramters in our code!
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 11:39:38 -08:00
Matthew Stidham
d549bfccdc More solid pandas call so we don't get an error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-15 10:11:33 -08:00
Chuck SmileyRekiere
e5e3c90336 l3_cxprofile.py : updated to support one interface,
port_probe.py : added more supported mcs in calculation
test_ip_variable_time.py : added support for use_existing_sta
removed create_sta as it was defaulted True and could not be set by
construct.

inconsistent list construction between single and multiple elements
decided around May 23, 2018
Updates for probe with AX210 , AX200 wiphy

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-14 08:49:42 -07:00
Chuck SmileyRekiere
1aa792930a One Interface support to work with
inconsistent list construction between single and multiple elements
decided around May 23, 2018
Updates for probe with AX210 , AX200 wiphy

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-13 06:36:29 -07:00
Matthew Stidham
7ff62b9fd6 Fix improper equalities in LFUtils.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-12 14:42:29 -08:00
Matthew Stidham
5180dcb685 regression_test was missing a backslash on line 224
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-12 14:32:41 -08:00
Matthew Stidham
b2df641854 Turn on debug for test_ip_variable_time wait until ports admin up
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-12 13:05:13 -08:00
Logan Lipke
acff7f8585 Improved my_monitor function 2021-11-12 11:23:51 -08:00
Logan Lipke
322bc7ea55 rewrote my_monitor function to be more reusable, removed other monitor functions, renamed variables to better represent contents. Reporting WIP 2021-11-12 11:23:51 -08:00
Logan Lipke
1f24b2c79b Fixed imports and some function calls 2021-11-12 11:23:51 -08:00
Chuck SmileyRekiere
614880cedd test_ip_variable_time.py note for location of create_basic_argparse
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 12:11:06 -07:00
Matthew Stidham
2176098ad3 Remove layer3_test and layer4_test from regression_test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-12 09:13:42 -08:00
Chuck SmileyRekiere
a71b65ff6e lf_report_test.py lf_graph.py added to lf_check.py regression
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-12 07:48:49 -07:00
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
7ab916ed02 layer3_test.py , layer4_test.py moved to sandbox until updated
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-11 20:40:39 -07:00
Chuck SmileyRekiere
dd80666057 ct_us_001_scripts.json updated for testing individual scripts
updated layer3_test.py to accept the correct parameters

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-11 20:37:30 -07:00
Chuck SmileyRekiere
c10a2ec2cf ct_us_001_scripts.json : script regression updates
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-11 20:37:30 -07:00
Matthew Stidham
5ddc46460a Save sortabletable.js in lanforge-scripts and make it so regression_test works with it
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-11 17:45:49 -08:00
Matthew Stidham
79d4f09e9d Explain logic for parsing output of command
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-11 14:12:19 -08:00
Matthew Stidham
6d1fdae76d Fix --set error in bash
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-11 13:40:48 -08:00
Matthew Stidham
47bdaf3a4d add eval to run_test method
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-11 11:24:59 -08:00
Matthew Stidham
e128b2d44f Remove single letter variables in regression_test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-11 10:48:28 -08:00
Chuck SmileyRekiere
ac34a5316c ct_us_001_tests.json : updated for using the wifi_mode and wifi_settings
per radio

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-11 11:47:47 -07:00