Matthew Stidham
bc47c24087
mine_regression_results: Initial commit
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 14:07:44 -08:00
Matthew Stidham
dce73f0bc8
pyjwt no longer support python 3.6
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 11:56:43 -08:00
Matthew Stidham
ecea4c13a4
GhostRequest: Cleanup whitespace
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 11:37:26 -08:00
Matthew Stidham
29e5f81078
GhostRequest: Use staticmethod where relevant
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 11:32:06 -08:00
Matthew Stidham
42921c4e7a
scenario.py: Remove unused import
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 11:30:46 -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 Stidham
769cfff912
scenario.py: Check for BuildVersion, that will tell you whether the /events/ flag will work
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 11:11:51 -08:00
Matthew Stidham
3cba1decab
regression_test: test_fileio should use upstream port
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 10:16:06 -08:00
Matthew Stidham
d7784bebde
requirements: jwt is old news. Use pyjwt instead.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 09:43:09 -08:00
Matthew Stidham
41fb4fa7ca
requirements: jwt is old news. Use pyjwt instead.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 09:42:43 -08:00
Matthew Stidham
46314d2563
kaleido is no longer used anywhere in our library
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 09:33:08 -08:00
Matthew Stidham
8e3f50a6dc
regression_test: comment out test_wanlink for now
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 09:20:49 -08:00
Matthew Stidham
bd6ce10620
regression_test: lf_snp_test command change
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-06 09:18:39 -08:00
Chuck SmileyRekiere
a563fe9d3e
lf_check.py : added lf qa link to output report
...
lf_qa.py : removed None prior to sorting lists to prevent exceptions
ct_us_002_tests.json : updated test_l3_longevity.py test
report.css , reduced the size of copy button to 10 px to prevent jumping.
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-06 07:09:04 -07:00
Chuck SmileyRekiere
5f753e6b51
lf_check.py : show the copy when hovering
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-04 10:26:37 -07:00
Chuck SmileyRekiere
ab608f1dc2
lf_check.py : added test suite duration , start and tend time.
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-04 10:14:55 -07:00
Chuck SmileyRekiere
e3066eae2c
lf_check.py : updated json exception to point to the file
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-04 09:33:45 -07:00
Chuck SmileyRekiere
dafc866b49
lf_qa.py : fixed check for empty list
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-04 08:11:00 -07:00
Chuck SmileyRekiere
287d3af2f7
lf_check.py : update latest at top directory for suite
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-04 07:56:07 -07:00
Chuck SmileyRekiere
2e16dada66
lf_qa.py support for subtest presentation.
...
Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com >
2021-12-03 19:35:33 -05:00
Jed Reynolds
046fd417f1
regression_test.sh: refomats HTML, appearance now more like lf_check output
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-12-03 15:52:38 -08:00
Jed Reynolds
758f7af6ca
desktop-hostname.bash: includes more details of system
...
Signed-off-by: Jed Reynolds <jed@bitratchet.com >
2021-12-03 15:49:33 -08:00
Matthew Stidham
9b31c41749
scenario.py: sleep 30 seconds if /events/ flag is not present
...
regression_test: work with new scenario.py
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 15:23:22 -08:00
Matthew Stidham
fed17368dc
regression_test: Call python as python3 explicitly as a work around for F27 and F30 machines which still have python2 installed
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 13:18:17 -08:00
Matthew Stidham
e010041db7
regression_test: lf_atten_mod_test requires an attenuator in order to run and doesn't change very often.
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 13:13:24 -08:00
Matthew Stidham
51f24335ce
regression_test: Define MGR variable before it is called at the beginning of the test
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 12:29:39 -08:00
Matthew Stidham
eb789bbe22
regression_test: when checking for LANforge compatibility, check :8080/events, without anything in particular
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 12:05:30 -08:00
Matthew Stidham
8a9e1f1473
Move influx.py to influx_utils.py
...
Signed-off-by: Matthew Stidham <stidmatt@gmail.com >
2021-12-03 11:45:04 -08:00
shivamcandela
a544ce8e59
Fixed the imports in test_ip_variable_time
...
Signed-off-by: shivamcandela <shivam.thakur@candelatech.com >
2021-12-04 00:45:23 +05:30
matthew
141d7242b9
to_pip: Need to include backslashes in order to use a forward slash in sed
...
Signed-off-by: matthew <stidmatt@gmail.com >
2021-12-03 09:53:46 -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