Commit Graph

1096 Commits

Author SHA1 Message Date
Logan Lipke
e5b339ebfb Added radio argument to specify radio used in creation of stations 2020-08-03 17:03:19 -07:00
Logan Lipke
8b42e51a37 Added bridge creation to VAPProfile create 2020-08-03 17:02:37 -07:00
Chuck SmileyRekiere
2b42504a9d added admin up for multicase, and debugging 2020-08-03 14:50:40 -06:00
Chuck SmileyRekiere
6b7626caf6 mcast updates 2020-08-02 19:44:31 -06:00
Jed Reynolds
dc91ae92a0 tip_station_powersave.py: configures pcap location and starts testing fetch 2020-07-31 17:44:23 -07:00
Jed Reynolds
730ad7ecdf LFRequest.py: adds plain_get() 2020-07-31 17:44:23 -07:00
Logan Lipke
73573a28da Fixed typo in hostapd_config 2020-07-31 17:27:42 -07:00
Logan Lipke
a2f19f9db0 Fixed some bugs in VAPProfile admin_up and admin_down 2020-07-31 17:19:13 -07:00
Logan Lipke
b52245228b Added channel param for VAPProfile.create() 2020-07-31 17:11:02 -07:00
Logan Lipke
fdf8d019eb Merge remote-tracking branch 'origin/master' 2020-07-31 16:31:37 -07:00
Logan Lipke
0da7e94581 VAPProfile now able to create vaps, added factory method to realm for VAPProfile 2020-07-31 16:31:27 -07:00
Dipti Dhond
2bccd46dbd changed SSID to jedway-open-1 2020-07-31 16:24:15 -07:00
Dipti Dhond
01e574b2fc baseline for WAN to LAN l3 traffic test - WIP 2020-07-31 16:07:55 -07:00
Logan Lipke
b79aa43f59 Added port_down_request 2020-07-31 14:13:27 -07:00
Logan Lipke
d1689366b8 Added timeout and boolean return to wait_for_ip, Added start of VAPProfile WIP 2020-07-31 10:31:29 -07:00
Logan Lipke
976cb5505e Added check with wait_for_ips that will stop the test if a timeout occurs 2020-07-31 10:30:44 -07:00
Jed Reynolds
80b783560b tip_station_powersave.py: waits for getting IPs, fixes SSID 2020-07-31 09:38:45 -07:00
Jed Reynolds
127a5fd55b realm.py: adds some defaults and gaurds to wait_for_ip() 2020-07-31 09:37:51 -07:00
Jed Reynolds
afa76898fd tip_station_powersave.py: computes more appropriate sniff duration 2020-07-31 09:21:45 -07:00
Jed Reynolds
7fa76d4517 LFUtils: new snake_case method for wait_until_ports_admin_up() 2020-07-31 09:21:16 -07:00
Jed Reynolds
a5c181bbc9 Realm: wifi_monitor: start_sniff gains parameter duration_sec 2020-07-31 09:20:32 -07:00
Chuck SmileyRekiere
860a6d5cfd test_l3_longevity.py - adding multi cast 2020-07-30 18:40:05 -06:00
Jed Reynolds
a1d57e30a7 tip_station_powersave.py: WIP: can now create stations, monitor and connections without error
Requires GUI fixes made 2020-07-30
2020-07-30 16:35:05 -07:00
Jed Reynolds
dd16ab307a realm.py: adds wait_until_ports_appear stateful facade method 2020-07-30 16:35:05 -07:00
Logan Lipke
391261b469 Added check to prevent existing endps from interfering in test 2020-07-30 15:36:32 -07:00
Logan Lipke
54657fc74c Added check to prevent existing endps from interfering in test 2020-07-30 15:27:29 -07:00
Logan Lipke
f8af6d5979 Added check for monitoring only created endpoints 2020-07-30 14:21:18 -07:00
Logan Lipke
b51f4aaecf Turned off debugging 2020-07-30 14:20:47 -07:00
Logan Lipke
a56748e501 Set suppress_related_commands_ in StationProfile,create to default to True 2020-07-30 14:18:12 -07:00
Jed Reynolds
29e831dbb2 sta_connect2.py: updated to use modern Realm methods 2020-07-30 13:51:39 -07:00
Jed Reynolds
c54d342a8e LFUtils.py: whitespace 2020-07-30 13:51:05 -07:00
Jed Reynolds
3a5a1db3a4 Realm.py: StationProfile.create() gains suppress_related_commands_ parameter 2020-07-30 13:50:38 -07:00
Logan Lipke
9db9dee582 Merge remote-tracking branch 'origin/master' 2020-07-30 12:36:23 -07:00
Logan Lipke
7efbce8a46 Fixed missing self.debug for create method 2020-07-30 12:36:05 -07:00
Jed Reynolds
4336ddb74e Fixed typo 2020-07-30 12:35:49 -07:00
Logan Lipke
162091aa9c Merge branch 'master' of https://github.com/greearb/lanforge-scripts 2020-07-30 10:06:04 -07:00
Logan Lipke
b1e34423b8 Added flags for add_vap 2020-07-30 10:05:57 -07:00
Logan Lipke
28da5fe190 Fixed typo with cli-json 2020-07-30 10:05:26 -07:00
Jed Reynolds
1ed694a155 LFRequest.py: improves self.die_on_error logic to absolutely die on conditions that are !404 2020-07-29 22:20:25 -07:00
Logan Lipke
dcec9e535f Removed unused method 2020-07-29 15:40:01 -07:00
Logan Lipke
37c9618f38 Fixed hard-coded variable 2020-07-29 13:21:54 -07:00
Logan Lipke
18a7a2302e Merge remote-tracking branch 'origin/master' 2020-07-29 13:16:54 -07:00
Logan Lipke
95b28740f4 Moved some functions in start around 2020-07-29 13:16:41 -07:00
Chuck SmileyRekiere
6a46dd326b modified command line in help 2020-07-29 11:47:37 -06:00
Chuck SmileyRekiere
8e49bc1012 added upstream_port to help text 2020-07-29 10:17:16 -06:00
Jed Reynolds
90f68c5236 JSON: improves monitor creation and cleanup; fixes station cleanup; adds freq-channel table 2020-07-28 23:42:42 -07:00
Jed Reynolds
9435d53545 JSON: tip_powersave: fixes cleanup 2020-07-28 23:42:42 -07:00
Jed Reynolds
4e052391e8 JSON: stop dying on 404 response; formatting 2020-07-28 23:42:42 -07:00
Jed Reynolds
b9bcba58b0 JSON: simplifies die_on_error logic 2020-07-28 23:42:42 -07:00
Jed Reynolds
93e80df537 tip_station_powersave.py fixes 2020-07-28 23:42:42 -07:00