Logan Lipke
d96df71c2a
Fixed unnecessary dabug=True in FIOEndpProfile
2020-12-17 16:48:50 -08:00
Logan Lipke
4edf9cb73c
FIOEndpProfile create can now take a connections_per_port arg
2020-12-17 15:33:35 -08:00
Jed Reynolds
6d6a3e5898
realm: StationProfile: fixes mode null on station create
2020-12-16 14:59:12 -08:00
Jed Reynolds
e900a93d4b
realm: L3CXProfile monitor loop WIP
2020-12-16 14:44:58 -08:00
Dipti
b599085286
realm: added debug, var_time: added mode and BSSID connection to stations
2020-12-16 09:43:24 -08:00
Dipti
25367afc93
more debug in realm, test generic for iperf
2020-12-15 23:06:08 -08:00
shivamcandela
1ab36e6a26
added function in L3CX to get cx report
2020-12-15 17:36:35 +05:30
Logan Lipke
ecc8ecd8d6
Added check in test_group_profile
2020-12-14 17:00:25 -08:00
Logan Lipke
a734f5487b
Added list_cxs function to TestGroupProfile
2020-12-11 15:45:46 -08:00
Jed Reynolds
322177719f
realm.py: various:
...
- passes along debug flag in more places
- commented out debugging
- changes more messages to debug statements
- adds polite sleep in admin_up()
- complains on missing radio in create()
- fixes condition where duplicate station names would have been attempted to be created twice, now skips
2020-12-10 20:26:34 -08:00
Logan Lipke
2df6de0731
Fixed some bugs with TestGroupProfile
2020-12-10 17:38:10 -08:00
Dipti
642a1f28a7
added self.debug if statements for less output, 1k just about finished - just thorough testing left
2020-12-10 16:09:21 -08:00
Logan Lipke
de2cbedd94
Changed and added things in TestGroupProfile
2020-12-09 17:56:59 -08:00
Dipti
75f1355d53
small fixes in curr_num_ip
2020-12-07 14:41:47 -08:00
Dipti
5d6047b7ba
additions to station_profile_create - now compatible with all resources and shelves
2020-12-07 12:32:00 -08:00
Dipti
744ac3b4ff
added check sta with ips function
2020-12-04 22:28:06 -08:00
Jed Reynolds
ec8b568c96
realm: station_map() now returns EID
2020-12-03 23:08:33 -08:00
Jed Reynolds
6f0907cc86
Realm: MACVLAN Profile: do not default to creating macvlans admin down. Appears to make them more difficult to assign IPs to
2020-12-03 14:53:21 -08:00
Logan Lipke
92ca30cf0d
Added TestGroupProfile for using test groups
2020-11-23 17:33:51 -08:00
Logan Lipke
a043b34b29
Made changes to MACVLANProfile. Now supports static addressing & start from port
2020-11-13 17:06:25 -08:00
Chuck SmileyRekiere
cab9056c5f
realm.py: added NA "" in wait_for_ip lf_cisco_snp.py : ablility to create a log file and append to csv
2020-11-11 10:33:18 -07:00
Logan Lipke
d2f72a7af5
MACVLANProfile: Commented wait_until_ports_disappear, not working correctly
2020-11-04 17:59:12 -08:00
Logan Lipke
28b54038f2
Added set_port capabilities to MACVLANProfile, uses dhcp by default
2020-11-04 17:59:12 -08:00
Logan Lipke
b253c0bc09
Added MACVLANProfile and new_macvlanprofile. WIP
2020-11-03 17:58:20 -08:00
Logan Lipke
73b9e148e4
Added option to GenCXProfile for iperf endp type
2020-11-02 15:13:19 -08:00
Logan Lipke
9be6c118bb
Added option for speedtest type
2020-10-28 16:47:38 -07:00
Logan Lipke
a9af06ff45
Added option to GenCXProfile to use generic types
2020-10-26 17:54:16 -07:00
Jed Reynolds
7d3338050e
JSON: realm.py gains DUTProfile class with ability to append notes
2020-10-22 22:01:49 -07:00
Jed Reynolds
d60d69663e
JSON: adds DUT profile WIP
2020-10-22 16:00:06 -07:00
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