Commit Graph

937 Commits

Author SHA1 Message Date
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
matthew
87b776034e realm: Fix mutable default arguments
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:50:42 -08:00
matthew
949cfcf630 qvlan_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:50:11 -08:00
matthew
41da2c0fa6 qvlan_profile: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:49:30 -08:00
matthew
75cbc8d440 port_utils: Remove redundant parentheses
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:48:50 -08:00
matthew
79d895024d mutlicast_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:45:24 -08:00
matthew
a9b6dfde11 cv_dut_profile: Fix bare except statement
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:43:08 -08:00
matthew
348985a3da lfdata: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:40:07 -08:00
matthew
47e5b47843 l4_cxprofile: Fix bare except clause
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:35:47 -08:00
matthew
0932bfe7f3 l4_cxprofile: Fix mutable default arguments
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:34:33 -08:00
matthew
fb60c6903b l4_cxprofile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:34:16 -08:00
matthew
ab4be4c7b8 http_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:33:35 -08:00
matthew
668e58e8d6 fio_endp_profile: Fix mutable default error
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:30:31 -08:00
matthew
b41838ff43 dut_profile: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:30:10 -08:00
matthew
ceceec200a cv_test_report: Fix whitespace
Signed-off-by: matthew <stidmatt@gmail.com>
2021-12-03 07:28:35 -08:00
Matthew Stidham
f56a4347d9 gen_cxprofile: Fix mutable default arguments error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 16:42:43 -08:00
Matthew Stidham
111fae0866 gen_cxprofile: Fix bare except error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 16:41:33 -08:00
Matthew Stidham
ce7a881510 gen_cxprofile: Fix improper line continuation errors
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 16:40:46 -08:00
Matthew Stidham
51d7e632e9 gen_cxprofile: Fix whitespace
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-29 16:38:47 -08:00
Matthew Stidham
8dcde027f8 lfcli_base: set type of num_stations to always be an integer. Dot not ever, ever, ever set a flag as default=False. Use action='store_true', and do not ever ever ever use both at the same time.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-23 10:01:00 -08:00
Matthew Stidham
07550300b1 lf-atten_mod_test: trying to turn a string 'all' into an integer will always generate an error
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-22 09:56:38 -08:00
Matthew Stidham
c1492964f1 cv_test_manager: Fix report directory
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-19 16:27:51 -08:00
Matthew Stidham
6dd06ea692 cv_test_manager: Clean up code which is redundant in the argparser
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-19 10:33:06 -08:00
Matthew Stidham
78d712e03e lfcli_base: Mutable defaults at the root of our code are a wonderful way to create unexpected problems.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-19 09:36:18 -08:00
Matthew Stidham
bb366408b5 realm: vrprofile is deprecated
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 17:32:03 -08:00
Matthew Stidham
c3c2e09950 realm: l3_cxprofile2 is deprecated
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 17:30:06 -08:00
Matthew Stidham
42345dd0a8 lf_attenmod: self.atten_idx can also be all
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 17:28:14 -08:00
Matthew Stidham
87edf9813e Deprecate unused files
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 16:30:48 -08:00
Matthew Stidham
948b60a393 base_profile.py: Fix all errors in base_profile.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 16:24:15 -08:00
Matthew Stidham
2979b00cdb lf_ap_auto_test: Fix lf_attenmod_test
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 15:26:14 -08:00
Matthew Stidham
edb7bb2e90 cv_test_manager: Remove unused code
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 11:36:28 -08:00
Matthew Stidham
74cdc984ec cv_test_manager: Clean up warnings
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 11:22:45 -08:00
Matthew Stidham
39631dd15a cv_test_manager: semi-colons in python are used to separate statements. Don't put them at the end of lines because you feel like it.
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-18 10:35:59 -08:00
Matthew Stidham
f70ea39f1f station_profile: Implement modify_station patch so it can get resource and shelf information from --station flag
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-17 15:00:29 -08:00
Chuck SmileyRekiere
c5f08b9c50 port_probe.py : beginning of HE calculations
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
2021-11-17 04:12:42 -07:00
Matthew Stidham
2598ac42d9 station_profile: Improve cleanup debugging
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 18:47:39 -08:00
Matthew Stidham
60d547a7ec realm.py: Improve rm_port and port_exists debugging
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 18:47:07 -08:00
Matthew Stidham
ad0d80dab1 lfcli_base.json_get: Improve json_get debugging
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 18:46:35 -08:00
Matthew Stidham
357459f3a9 vr_profile2: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:08:12 -08:00
Matthew Stidham
b2a9200511 realm: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:08:00 -08:00
Matthew Stidham
3b45c4f11b port_probe: remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:07:48 -08:00
Matthew Stidham
160562de80 wct-example: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:07:37 -08:00
Matthew Stidham
75e6d32e3e create_sta: Remove invalid comparisons
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
2021-11-16 11:07:16 -08:00