Commit Graph

979 Commits

Author SHA1 Message Date
Matthew Stidham
f2c7fd3f82 mac_vlan_profile: cleanup whitespace and bad logic
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-15 10:43:40 -08:00
Matthew Stidham
a8fcfd2762 vap_profile.py: Use LFUtils.name_to_eid to parse radio names
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-13 13:57:19 -08:00
Matthew Stidham
cba1629054 wifi_monitor_profile: Use name_to_eid to parse the resource name
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-13 08:49:08 -08:00
Chuck SmileyRekiere
32c88026fc port_probe.py : alight adjusment to not error on modes without an MCS,
support for earlier modes may be supported later.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-10 17:18:36 -07:00
Chuck SmileyRekiere
73ac0b91ea port_probe.py : support for VHT and HE (non - ofdma)
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-10 16:05:11 -07:00
Chuck SmileyRekiere
ca5c1f6aac port_probe.py : removed exception for receive
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-10 14:35:12 -07:00
Chuck SmileyRekiere
32c2b76b25 port_probe.py : removed exception when looking for NSS on tx and rx ,check
string first before parsing.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-10 14:28:34 -07:00
Chuck SmileyRekiere
da7edc98e1 port_probe.py : removed support for rx management frame. may have to add back in
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-08 12:50:07 -07:00
Chuck SmileyRekiere
a2e2f87350 port_porbe.py : default to 20Mhz for 2.4g
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-08 12:50:07 -07:00
Chuck SmileyRekiere
721ab3c510 l3_cxprofile.py : handle case were beacon avg signal not present as a key
port_probe.py if MHz not in probe set to 20Mhz,  this may need to change

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-12-08 11:03:29 -07:00
Matthew Stidham
5fdadbda64 LFUtils: Remove unused init, the second one was the one which was actually used
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 17:26:36 -08:00
Matthew Stidham
d31adb049c LFUtils: Cleanup whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 17:25:00 -08:00
Matthew Stidham
f8d275ca08 qvlan_profile: Remove unused parameters
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 17:05:00 -08:00
Matthew Stidham
e00ad53428 port_probe: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 17:03:16 -08:00
Matthew Stidham
ec9bceea4e multicast_profile.clean_mc_list: Looks like this is what it was supposed to do
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 17:00:29 -08:00
Matthew Stidham
fcc578e6f9 lfdata: Use static methods where possible. use error flag when called
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:59:07 -08:00
Matthew Stidham
2141ce103e l3_cxprofile: Improve is not None logic, it's redundant
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:56:21 -08:00
Matthew Stidham
5d4dabee80 l3_cxprofile: Replace BaseException with more explicit logic
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:56:21 -08:00
Matthew Stidham
374f4cb0e9 l3_cxprofile: Fix redundant parentheses
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:56:21 -08:00
Matthew Stidham
695fa8b9b1 l3_cxprofile: No need to make it self.data
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:56:21 -08:00
Matthew Stidham
7f7d759db9 l3_cxprofile: Use static method when we can
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:56:21 -08:00
Matthew Stidham
bd3191456a fio_endp_profile: Unused variables
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:34:17 -08:00
Matthew Stidham
6e9ddbb029 dut_profile: Unused parameters
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:33:29 -08:00
Matthew Stidham
ceb08808e1 dataplane_test_profile: Unused variable
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:32:56 -08:00
Matthew Stidham
b83179c70d cv_dut_profile: Fix incorrect type error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:32:13 -08:00
Matthew Stidham
404301cae9 create_wanlink: Fix incorect Type error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 16:30:51 -08:00
Matthew Stidham
12f4263843 lfcli_base: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 11:24:32 -08:00
Matthew Stidham
f9b3347138 LFRequest: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-12-06 11:24:18 -08:00
matthew
505e55f0ca mac_vlan_profile: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:28:35 -08:00
matthew
cf2e196a47 dut_profile: Remove unused variables
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:23:22 -08:00
matthew
b92248de8c create_wanlink: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:21:57 -08:00
matthew
65a6c67a0c ws_generic_monitor: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:21:10 -08:00
matthew
5cb74c1690 ws-sta-monitor: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:18:45 -08:00
matthew
b12ff32552 wlan_theoretical_sta: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:15:57 -08:00
matthew
789431b794 wifi_monitor_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:14:38 -08:00
matthew
3e8f0bd19b vap_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:14:04 -08:00
matthew
e771a767e1 test_utility: WARNING shadowing name from outerscope violation
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:12:17 -08:00
matthew
0a79bbf777 test_utility: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:10:21 -08:00
matthew
b44e5652dc test_base: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:09:49 -08:00
matthew
5674d8f875 station_profile: Remove redundant code
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:09:04 -08:00
matthew
dccb115e71 show_ports: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:07:27 -08:00
matthew
8894d6f358 realm: variables may have been referenced before assignment WARNING!!!!!!
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:06:32 -08:00
matthew
83e36fe03b realm: Remove unused variables
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:04:11 -08:00
matthew
a535e753dd realm: Missing colon
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:01:39 -08:00
matthew
f4a9c1fdb4 realm: DO NOT SHADOW NAME FROM OUTER SCOPE!!!!! DANGER!!!! WARNING!!!!! ALERT!!!!
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 08:00:00 -08:00
matthew
07655ab249 realm: DO NOT SHADOW BUILT IN FUNCTIONS!!!!!!!! DANGER!!! WARNING!!!! ALERT!!!!
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:57:58 -08:00
matthew
6e2bff6c81 realm: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:57:13 -08:00
matthew
b6fbc88aba realm: "if not X in Y" should read "if X not in Y"
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:55:08 -08:00
matthew
6e08840d9b realm: Remove redundant is not None
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:54:07 -08:00
matthew
dc7a266352 realm: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:51:10 -08:00