Commit Graph

169 Commits

Author SHA1 Message Date
Jed Reynolds
3c21b6cab1 LFUtils.py: quieter 2020-07-03 07:54:43 -07:00
Logan Lipke
2addfdb290 Reduced number of stations needed to add suppress_preexec to sta_data, added extra debug info, moved some lines to better spots 2020-07-02 16:15:13 -07:00
Logan Lipke
64fd144583 Added missing parameter, fixed bad list index 2020-07-02 12:38:41 -07:00
Jed Reynolds
5874194453 realm.py: station profile tests param name for interest flags 2020-07-02 12:15:41 -07:00
Jed Reynolds
013093c47a realm.py: adds l3_profile start_cx(); improves debugging flags 2020-07-02 11:02:29 -07:00
Jed Reynolds
de66c8ff81 LFUtils.py: more PEP8 method names, output improvements 2020-07-02 11:01:41 -07:00
Jed Reynolds
c33da1048f lfcli_base.py: fixes munched param name 2020-07-02 01:45:37 -07:00
Jed Reynolds
477a70a311 realm.py: lots of fixes, now creates L3 connections 2020-07-02 01:45:18 -07:00
Jed Reynolds
2aa5369952 realm.py: adds report timer to L3_cx_profile 2020-07-01 23:01:32 -07:00
Jed Reynolds
ae327eb6c2 realm.py: renames variables to more specific units, is now able to create CX 2020-07-01 17:00:28 -07:00
Jed Reynolds
582d667021 realm.py: corrects scope of declared parameters 2020-07-01 17:00:28 -07:00
Jed Reynolds
89b8dd7aef LFRequest.py: updates debug line refs 2020-06-30 15:34:05 -07:00
Jed Reynolds
6503a03d31 removed stray character 2020-06-30 14:53:18 -07:00
Jed Reynolds
07112693af lfcli_base.py: updates pydoc 2020-06-30 14:25:55 -07:00
Jed Reynolds
2fe9eefcea JSON: Realm: wait_while_building() works better now 2020-06-30 14:25:55 -07:00
Logan Lipke
f92e4fae29 Changed getAsJson parameters to use debug_ instead of show_error 2020-06-30 09:36:55 -07:00
Jed Reynolds
ebf6737edb JSON: replace show_error with debug 2020-06-29 23:21:06 -07:00
Jed Reynolds
f202fc7c97 JSON: realm.py: WIP 2020-06-29 23:20:15 -07:00
Jed Reynolds
59a7762dec lfcli_base.py: uses return parameter to capture resulting post result 2020-06-29 19:38:02 -07:00
Jed Reynolds
67ad3fa412 LFRequest.py: introduces return parameter for fetching resulting JSON data 2020-06-29 19:38:02 -07:00
Jed Reynolds
7b488a8553 JSON: LFCliBase json_post improves terminology and completeness for suppressing related commands 2020-06-29 14:20:08 -07:00
Logan Lipke
38b424e8b3 Merge remote-tracking branch 'origin/master' 2020-06-26 18:00:14 -07:00
Logan Lipke
19fcd5aa08 Added min and max pkt-size init parameters for L3CXProfile, added created_cx list for tracking created cxs and endps 2020-06-26 17:57:59 -07:00
Logan Lipke
d858e85cba Added check for non None value of transfer rates in L3CXProfile 2020-06-26 16:45:59 -07:00
Logan Lipke
3bd0327e96 Added ability to set min and max rates for L3CXProfile, added autohelper and auto min ip port to endp creation 2020-06-26 16:33:33 -07:00
Jed Reynolds
aa89ce7a9a updated readme 2020-06-26 13:06:23 -07:00
Jed Reynolds
885ad33339 readme updates 2020-06-26 11:13:29 -07:00
Jed Reynolds
46eb9bd48c updates py-json README 2020-06-26 10:46:04 -07:00
Logan Lipke
7fd37a78c2 Changed usage of LFCliBase.json_post to local_realm.json_post in cx creation 2020-06-26 10:42:01 -07:00
Logan Lipke
01aa5a7ded Fixed issue with cx and endp naming 2020-06-26 09:47:09 -07:00
Logan Lipke
563724b950 Fixed issue with incorrect post url in cx creation 2020-06-25 16:42:01 -07:00
Logan Lipke
6f4e1b096f Fixed naming methods for cxs and endpoints 2020-06-25 13:30:17 -07:00
Jed Reynolds
762171b0d9 JSON: fixes comparison, debug parameter 2020-06-25 12:32:28 -07:00
Jed Reynolds
f2e2135b5d JSON: fixes debug and die_on_error logic, fixes suppress_preexec_X logic, fixes pprint ref 2020-06-25 12:32:28 -07:00
Jed Reynolds
131880366f Json: fixes debugging and die_on_error logic 2020-06-25 12:32:28 -07:00
Logan Lipke
00d9ed86d2 Added Realm method parse_time for converting a string to datetime object 2020-06-25 11:37:42 -07:00
Jed Reynolds
52616fe812 Python: realm.py now has method for loading scenario db 2020-06-23 23:13:11 -07:00
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
Logan Lipke
a14cca5229 Changed station list building to correctly used prefix 2020-06-23 14:41:05 -07:00
Logan Lipke
a4b41eb4a1 Added sleep time between station creation and set port commands 2020-06-23 12:43:10 -07:00
Logan Lipke
cc6753ce9b Added check for dhcp 2020-06-22 16:56:25 -07:00
Jed Reynolds
9d5381b920 realm_test.py: pep8 name 2020-06-16 23:24:38 -07:00
Jed Reynolds
e640e2ff9e realm.py: provides for station names instead of numbering, this gets around needing to set prefix 2020-06-16 23:24:38 -07:00
Jed Reynolds
d3f76e5d18 LFUtils: introduces wait_until_ports_disappear as PEP8 method 2020-06-16 23:24:38 -07:00
Logan Lipke
34e1ac8df4 Fixed typo in Exception raised for ValueError when checking CXProfile sides 2020-06-15 10:37:25 -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
Logan Lipke
8bb3462397 Fixed unmatched parentheses 2020-06-11 16:24:19 -07:00
Logan Lipke
ab20573080 Merge branch 'master' of https://github.com/greearb/lanforge-scripts 2020-06-11 16:13:50 -07:00
Logan Lipke
fa48ffb590 Added tests for new L3CXProfile create() method 2020-06-11 16:13:41 -07:00