Ben Greear
cd6e6b18b2
lfutils: let wait_until_ports_admin_up handle multiple resources.
...
Default to treat station list as list of EIDS, and use it's
shelf/resource info instead of using resource 1 by default.
Caller may still use resource_id=X if they wish too, and it
will work as it did previously.
Add loop timeout (default is 300 tries with 1-sec sleep, so 5+
minutes). This keeps the method from spinning forever if port
cannot come up.
Signed-off-by: Ben Greear <greearb@candelatech.com >
2022-07-12 15:45:17 +05:30
Chuck SmileyRekiere
96e85056a6
station_profile.py removed ERROR for stations list being empty when cleaning
...
up, it is informational.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2022-07-12 15:45:17 +05:30
Chuck SmileyRekiere
42cd9507dc
cv_test_manager.py : removed print statement for Not reporting to kpi file
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2022-07-12 15:45:11 +05:30
Matthew Stidham
b1a0c8c12f
realm: station_profile needs ipv6 to be passed into the initial call of new_station_profile
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2022-07-12 15:44:26 +05:30
Matthew Stidham
3bc732ba1b
station_profile: Enable use of dhcp ipv6 flag
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2022-07-12 15:44:26 +05:30
jitendracandela
575d9facef
removed Not reporting to kpi file
...
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com >
2022-03-24 02:04:26 +05:30
shivamcandela
7d0a01eb32
Merge ../lanforge-scripts
2021-12-17 07:17:29 +05:30
Matthew Stidham
2f793741d3
station_profile.modify: parse radio name using name_to_eid, and use the parsed name to set radio data
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-16 13:19:30 -08:00
Matthew Stidham
1f0b3e7ff1
mac_vlan_profile and test_fileio: Allow user to specify resource and shelf for eth ports
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-15 15:52:08 -08:00
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
shivamcandela
0df163cf90
Merge ../lanforge-scripts
2021-12-15 23:33:41 +05:30
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
shivamcandela
7134c3a8b7
fixed merge conflicts
...
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com >
2021-12-13 13:01:01 +05:30
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