Commit Graph

153 Commits

Author SHA1 Message Date
Jed Reynolds
d814c5614b JSON: fixes more wild cut-paste, sorry Alex 2020-10-21 17:14:00 -07:00
Jed Reynolds
42ceac85ee JSON: GenericEndpProfile:
- fixes cx creation by skipping dummy endpoint, this appears to conflict with btserver whom is simultaneously adding D_ endpoints
- fixes cx creation by splitting endpoint and set_flag loops so the set_flag loop can find the endpoint
- uses list of tuples to remember series of endpoint names
- adds debugging
2020-10-21 00:05:52 -07:00
Jed Reynolds
e0eef85330 JSON: renames variables to reflect -A and -B side endpoint conventions 2020-10-20 22:06:07 -07:00
Dipti
7bf160f1d1 if statement changes 2020-10-20 22:04:41 -07:00
Jed Reynolds
ba3b0143d4 JSON: FileIO variables renamed, reorganized, new defaults 2020-10-20 19:50:35 -07:00
Jed Reynolds
8cb1042eee JSON: realm: fileio endpoint:
- renames class to relect FileIO Endpoint
- renames variable
- removes setter actions done in superclass
2020-10-20 19:50:35 -07:00
Jed Reynolds
a66943dca7 JSON: renames method to emphasise FileIO Endpoint 2020-10-20 15:12:32 -07:00
Jed Reynolds
666bd6bacd JSON: realm: fixes wild copy paste 2020-10-20 15:00:08 -07:00
Jed Reynolds
b11d5dc3fb JSON: fixes station and vap creation set_wifi_extra call 2020-10-20 14:57:55 -07:00
Jed Reynolds
e0c4f18ca7 JSON: realm: fixes unwanted hs20_enable flag, plus:
- reformats very wide methods
- splits wifi_extra= into use_radius= and hs20_enable=
2020-10-19 23:49:09 -07:00
Jed Reynolds
11ee71e595 JSON: updates StationProfile, adds set_wifi_extra flags, adds list of wpa_ent encryption types 2020-10-19 22:44:22 -07:00
LoganLipke
cff7ab2df0 Added PacketFilter class for working with pcaps 2020-10-07 15:05:12 -07:00
Jed Reynolds
3e5edd875b realm.py: adds mostly obvious fixes to many obvious errors, adds UseAutoNAT feature to UDP connections 2020-09-30 16:54:33 -07:00
Logan Lipke
175d7f9bb8 Removed debug 2020-09-22 17:35:48 -07:00
Logan Lipke
67f391d090 Added code for checking if bridge exists to VAPProfile 2020-09-22 17:35:34 -07:00
Logan Lipke
c976110e28 ADded num_files value to set_fe_info in FIOCXProfile.create() 2020-09-11 12:50:03 -07:00
Logan Lipke
01e131bfdf Updated FIOCXProfile 2020-09-10 16:59:23 -07:00
Logan Lipke
c67dba6311 Added VRProfile for creating virtual routers and vr connections 2020-09-10 10:12:24 -07:00
Logan Lipke
da3ea9b2d9 Changed default values for min/max read/write values 2020-09-03 10:25:52 -07:00
Logan Lipke
6a57a3a68c Added FIOCXProfile for fileio endpoints, added new_fio_cx_profile() factory method 2020-09-03 10:23:11 -07:00
Chuck SmileyRekiere
5e597eb9e2 updates to reset ports 2020-09-02 11:36:25 -06:00
Chuck SmileyRekiere
437de81510 port reset functionality 2020-09-01 18:19:58 -06:00
Logan Lipke
350062ad12 Added options to VAPProfile for using ttls/roaming, updated cleanup method 2020-09-01 15:49:40 -07:00
Logan Lipke
e694a4b162 Removed unnecessary debug output 2020-08-27 16:07:45 -07:00
Logan Lipke
08030c4b61 Added set_wifi_extra method to StationProfile to assist with ttls, added params to create for ttls 2020-08-25 12:36:22 -07:00
Logan Lipke
22eb0b0ab8 Moved VAPProfile ht160 options from init to create method 2020-08-24 15:34:40 -07:00
Logan Lipke
2b3c3a90bd Removed debug output in VAPProfile 2020-08-21 12:31:59 -07:00
Logan Lipke
b61ca04200 Added HTTPProfile, used for station-station layer 4 traffic 2020-08-14 10:11:42 -07:00
Jed Reynolds
9f92c77859 realm.py: uses existing method 2020-08-07 16:24:25 -07:00
Jed Reynolds
c39d50f698 realm.py: improves delay for rm port and rm port formatting 2020-08-07 16:24:25 -07:00
Jed Reynolds
aea67cb61f realm.py: tests for 'empty' key for empty lists 2020-08-07 16:24:25 -07:00
Chuck SmileyRekiere
78f2d3daa8 added check to see if 'end_point' in endp_list 2020-08-07 10:29:56 -06:00
Chuck SmileyRekiere
800f774a5d try except added when no endpoint in endp_list 2020-08-07 10:04:31 -06:00
Jed Reynolds
344dc92699 realm.py: fixes side-a to side-b typo 2020-08-07 08:16:09 -07:00
Jed Reynolds
8b50c35854 realm.py: fixes loops that expire without actually doing time.sleep()...
- adds snake_case methods for some wait methods
- adds tiny sleep when adding cross connects
- passes around debug flag
2020-08-06 23:03:24 -07:00
Jed Reynolds
063c15e6a9 realm.py: adds gaurd to test if we're getting a no items 2020-08-06 22:43:55 -07:00
Jed Reynolds
a7eb40abfd realm.py: Fixes 404s that did not call /thing/list 2020-08-06 22:33:41 -07:00
Ben Greear
e2c79832e9 longevity: Fix initial port cleanup.
Quieten some output by default.
2020-08-06 17:58:10 -07:00
Logan Lipke
fe22cf1b88 Fixed wait_for_ip logic for ipv6 2020-08-06 15:49:19 -07:00
Chuck SmileyRekiere
f906a281c4 ename undefinded 2020-08-06 14:35:42 -06:00
Ben Greear
53d770bf5e json: Add ToS support to l3 longevity test. 2020-08-06 11:44:39 -07:00
Ben Greear
9a74ed1876 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 10:43:03 -07:00
Ben Greear
7252d686bd python: longevity gains pre-cleanup logic.
No more need for manual removal.

Put rm_cx, endp, and rm cxe by prefix in realm
class.
2020-08-06 10:42:17 -07:00
Logan Lipke
b737be3110 Commented unused variable 2020-08-06 10:32:27 -07:00
Ben Greear
e76ad3341c Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-08-06 10:00:20 -07:00
Ben Greear
0936b5dc27 python: Fix wait-for-ip, ipv4 variable time.
Had indentation issue in port wait-for-ip logic, tie in some cmd-line
args for ipv4 variable time script.
2020-08-06 09:59:28 -07:00
Logan Lipke
1e35f25ff3 Fixed typo 2020-08-06 09:44:51 -07:00
Ben Greear
c17837dc64 json: Work on pre-cleanup logic.
Still doesn't work, but checking in what I have for now.
2020-08-06 08:27:58 -07:00
Logan Lipke
dc5d84b790 Fixed issue with extra ports being created from incorrect name usage 2020-08-05 17:48:27 -07:00
Logan Lipke
7c16c89519 Added check for existing station before cleanup in StationProfile 2020-08-05 16:42:57 -07:00