Jed Reynolds
c1e79ab6fc
Python: introduces use_preexec variable to help simplify toggling on pre-exec login
2020-06-23 23:13:11 -07:00
Logan Lipke
d63c4a8a56
Changed tuple in waitUntilPortsDisappear parameters to list, changed wait_until_ports_disappear to use values passed by waitUntilPortsDisappear
2020-06-23 16:45:26 -07:00
Jed Reynolds
d3f76e5d18
LFUtils: introduces wait_until_ports_disappear as PEP8 method
2020-06-16 23:24:38 -07:00
Jed Reynolds
e54119758e
lfcli_base.py: repose_list_to_map is a more general method of doing LFUtils.portListToAliasMap()
2020-06-12 13:29:47 -07:00
Ben Greear
f29cc0bd54
cicd: Make sta_connect print results to stdout when called as independent script.
2020-06-10 19:25:04 -07:00
Logan Lipke
ec678d74d6
Renamed lfjson_host and lfjson_port to lfclient_host and lfclient_port
2020-06-10 16:01:56 -07:00
Jed Reynolds
9692fe45d1
lfcli_base.py: introduces exit_on_error, exit_on_fail
2020-06-09 16:46:46 -07:00
Jed Reynolds
7db0b8b7ad
lfcli_base.py: renames variable
2020-06-09 13:22:24 -07:00
Jed Reynolds
0e0c8444ca
LFRequest.py: fixes single-arg LFRequest() call
2020-06-09 13:09:42 -07:00
Jed Reynolds
d91fe50d8f
lfcli_base.py: do not import realm, circular refs result
2020-06-09 13:05:36 -07:00
Jed Reynolds
ec3ac0a570
LFUtils.py: introduces port_name_series to replace portNameSeries
2020-06-09 12:44:46 -07:00
Jed Reynolds
3792395f2a
lfcli_base.py: class automatically gets a realm
2020-06-09 12:44:46 -07:00
Jed Reynolds
83304a1c30
LFRequest.py: enabling more debugging
2020-06-05 15:13:01 -07:00
Jed Reynolds
4882eb2115
lfcli_base.py: enabling more debugging
2020-06-05 15:12:14 -07:00
Logan Lipke
14e3c59ef1
Removed extra base_url in url assignment
2020-06-05 14:50:53 -07:00
Jed Reynolds
a9d69aa681
LFRequest.py fixes check
2020-06-05 14:45:41 -07:00
Jed Reynolds
ca111483b7
updates url checking
2020-06-05 14:44:57 -07:00
Logan Lipke
7f5ec13a7d
Rewrote usage of LFRequest to work with new constructor
2020-06-05 14:41:03 -07:00
Logan Lipke
4445c0f696
Moved leading/trailing slash check to prevent NoneType Errors
2020-06-05 14:14:26 -07:00
Logan Lipke
55a7ff3116
Moved leading/trailing slash check to prevent NoneType Errors
2020-06-05 14:03:58 -07:00
Logan Lipke
bc6499e213
Added check for valid url format for LFRequest init
2020-06-05 13:07:06 -07:00
Logan Lipke
4490d51b3a
Removed trailing forward slash
2020-06-05 12:46:59 -07:00
Logan Lipke
a137ca1792
Fixed missing %s in url
2020-06-05 10:51:51 -07:00
Jed Reynolds
0736b1d645
lfcli_base.py: removes type hints (too modern)
2020-06-05 10:01:04 -07:00
Jed Reynolds
ae014c3eeb
LFUtils.py: updates portListToAliasMap to have debug param, raise exception on empty/no results
2020-06-04 22:52:09 -07:00
Jed Reynolds
e26463cc59
lfcli_base.py: refactoring includes methods previously defined in sta_connect
2020-06-04 22:51:04 -07:00
Logan Lipke
a1bd5865ed
Fixed missing %s
2020-06-04 14:16:56 -07:00
Logan Lipke
e768a1544b
Changed fstrings to % formatting
2020-06-04 14:15:40 -07:00
Logan Lipke
80082e85b1
Changed fstrings to % formatting
2020-06-04 13:58:59 -07:00
Jed Reynolds
d37f633eb6
set_port.py: adds port interest flags
2020-06-04 00:29:08 -07:00
Jed Reynolds
b5eb2f9e2f
LFUtils.py: lots of debug additions, whitespace/formatting
2020-06-04 00:28:44 -07:00
Jed Reynolds
2a1e79949f
py-json: renames methods to snake_case as per PEP8
2020-06-03 16:51:33 -07:00
Jed Reynolds
3ec51b00aa
lfcli_base.py: improvements to error debugging
2020-06-03 16:35:34 -07:00
Jed Reynolds
f2c1e71281
lfcli_base.py: attempt to improve error capture and reporting
2020-06-03 15:35:19 -07:00
Jed Reynolds
b1efecd5d6
py-json: defines flags for add_sta, set_port
2020-06-03 13:28:24 -07:00
Jed Reynolds
f9d8849bba
LFRequest.py: adds more debugging
2020-06-01 21:45:47 -07:00
Jed Reynolds
f69d4cdb90
sta_connect.py, lfcli_base.py: fixes inheritance mistake, continues refactoring, test now runs
2020-06-01 21:45:47 -07:00
Jed Reynolds
29c6c7c7b8
LFRequest.py: tidies up lint errors like redundant parens
2020-06-01 21:45:47 -07:00
Jed Reynolds
de7314b6a9
lfcli_base: renamed module to follow PEP8 reccos
2020-06-01 21:45:47 -07:00
Jed Reynolds
356a2cae4f
lfcli_base: renamed module to follow PEP8 reccos
2020-06-01 21:45:47 -07:00
Jed Reynolds
6da7ef8afc
sta_connect: refactoring leading to a base class LFCliBase and class structure for sta_connect
2020-06-01 21:45:47 -07:00
Ben Greear
cfbe26c76c
json: Add python/json unit test script.
...
And remove flakey helper method in LFUtils, just make user specify
the resource ID when removing ports.
The sta_connect.py script will create a station, run traffic, and calculate
pass/fail based on the results. Idea is for it to be part of a unit-test framework.
2020-05-28 15:38:16 -07:00
Jed Reynolds
e199faaefb
LFUtils.py: gains methods used in connectTest.py
2020-05-26 17:11:03 -07:00
Jed Reynolds
e025387472
LFUtils.py: fixes string comparators
2020-05-26 17:11:03 -07:00
Jed Reynolds
72a2af3e5c
LFRequest.py: quiets logging on 404 error, fixes renamed ref
2020-05-26 17:11:03 -07:00
Jed Reynolds
2ca39c5e18
LFUtils.py: fixes typo reference
2020-05-26 17:11:03 -07:00
Jed Reynolds
49adca8eba
corrects locations found in comments
2020-04-10 15:26:03 -07:00
Jed Reynolds
ab4c7fd120
LFRequest: uses decode(utf-8) to be compatible with python3.5
2020-04-10 12:20:47 -07:00
Logan Lipke
f189fe5f13
LFRequest: updates get() error expression
2020-04-10 11:43:53 -07:00
Jed Reynolds
7f6b5d5e1e
LFRequest updated to show HTTPMessage errors via headers
2020-04-09 14:43:58 -07:00