Commit Graph

1024 Commits

Author SHA1 Message Date
Chuck SmileyRekiere
0f62768c23 changed example in help to be 4 minutes from 2 hours since user may copy 2020-07-23 13:06:48 -06:00
Chuck SmileyRekiere
30ed137849 test_l3_longevity.py more descriptive help 2020-07-23 12:53:25 -06:00
Chuck SmileyRekiere
8a81a8ecbf upstream-port naming convention update 2020-07-22 17:35:31 -06:00
Chuck SmileyRekiere
dd99d42dae test_l3_longevity initial commit 2020-07-22 16:24:24 -06:00
Logan Lipke
2ec5e0502c Added sleep to help prevent timing issues 2020-07-16 12:23:39 -07:00
Logan Lipke
933aac9b43 Reordered some functions in start 2020-07-15 15:32:42 -07:00
Logan Lipke
c3fcf85482 Added output for starting test 2020-07-15 15:15:37 -07:00
Logan Lipke
7759895afc Merge remote-tracking branch 'origin/master' 2020-07-15 15:07:37 -07:00
Logan Lipke
628774e255 Moved wait_for_ip up in start function to prevent getting start time before all stations have an ip 2020-07-15 15:07:23 -07:00
Dipti Dhond
a581dc28e1 removed comments 2020-07-15 13:45:48 -07:00
Dipti Dhond
301ece0d2f test cases seem to pass now 2020-07-15 13:44:43 -07:00
Dipti Dhond
f71c2ceb25 added wpa3 security 2020-07-15 13:44:01 -07:00
Logan Lipke
6655233012 Removed debugging 2020-07-15 11:06:10 -07:00
Dipti Dhond
45a8c2e54f small syntax edits 2020-07-14 19:58:10 -07:00
Logan Lipke
caa0776c82 Merge remote-tracking branch 'origin/master' 2020-07-14 17:49:19 -07:00
Logan Lipke
895ba480fb Created tests for different auth types 2020-07-14 17:45:47 -07:00
Logan Lipke
efd9e4319f Renamed ipv4_connection to wpa2_connection 2020-07-14 17:44:27 -07:00
Dipti Dhond
2432e41ed1 finished powersave test 2020-07-14 17:14:51 -07:00
Dipti Dhond
265bf58c70 added mask for station flag 2020-07-14 17:14:14 -07:00
Dipti Dhond
472919790f print statement moved 2020-07-14 17:13:17 -07:00
Dipti Dhond
24b12c2bb2 added 'open' to use_security 2020-07-14 15:31:44 -07:00
Dipti Dhond
52b74512a2 edits to monitor 2020-07-14 12:55:17 -07:00
Dipti Dhond
6823a06cf7 pushing capture changes 2020-07-14 12:47:48 -07:00
Logan Lipke
2058defb26 Changed use_security to remove flags from desired_add_sta_flags/_mask, authentication type should work properly now 2020-07-14 11:58:55 -07:00
Logan Lipke
f8ff6af1b6 Fixed key error in use_security 2020-07-14 10:41:52 -07:00
Logan Lipke
24888ebb84 Added final check for passes == expected passes 2020-07-14 10:32:43 -07:00
Logan Lipke
181c68e4f9 Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 2020-07-14 10:23:18 -07:00
Dipti Dhond
9ba16108a6 monitor changes - now works 2020-07-13 19:49:02 -07:00
Logan Lipke
a05517bdb4 Changed use_wpa2 to use_security function 2020-07-13 17:19:20 -07:00
Logan Lipke
b8bb9c4d8b Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 2020-07-13 17:19:09 -07:00
Dipti Dhond
f734569c6e edits 2020-07-13 16:24:43 -07:00
Dipti Dhond
8c2f9e4ded updates to realm.py class- under monitor 2020-07-13 14:05:28 -07:00
Dipti Dhond
e33a26bc69 added monitor -WIP 2020-07-13 14:04:48 -07:00
Logan Lipke
4f057c3f9b Added check for security type 2020-07-13 12:52:55 -07:00
Logan Lipke
8453454877 Changed secruity parameter in main to wpa2 from open 2020-07-13 12:48:21 -07:00
Logan Lipke
4f402d15f4 Modified path append to work better with Windows, updated use of wait_for_ip calls to work with new params 2020-07-13 12:42:50 -07:00
Logan Lipke
0b0a51487d Added resource and station_list parameters to wait_for_ip 2020-07-13 12:42:13 -07:00
Dipti Dhond
144bbbdf9b deleted old cleanup function, replaced with new ones, deleted unused functions, ready to add monitor component 2020-07-10 21:01:57 -07:00
Jed Reynolds
1933a2661f realm.py: adds WifiMonitor class 2020-07-10 17:30:58 -07:00
Jed Reynolds
39d2f65f4f add_monitor.py: defines flags used when creating monitor port 2020-07-10 17:30:58 -07:00
Jed Reynolds
38876af758 har-to-portal.pl: adds header, fixes commas 2020-07-10 17:30:58 -07:00
Jed Reynolds
7f99510e36 har-to-portal.pl: fixes missing comma 2020-07-10 17:30:58 -07:00
Jed Reynolds
4b009c3538 har-to-portal.pl: improves formatting blocks 2020-07-10 17:30:58 -07:00
Logan Lipke
a36e395c12 Removed use of realm cleanup prior to test start 2020-07-10 16:32:22 -07:00
Logan Lipke
d3ef95b22d Changed order of stations and cx/endp cleanup 2020-07-10 16:17:57 -07:00
Logan Lipke
44fd31828f Merge branch 'master' of https://github.com/greearb/lanforge-scripts 2020-07-10 15:04:22 -07:00
Logan Lipke
dbd5f072be Switched to using Realm's methods for creating new profiles, made various changes to keep similarity between tests 2020-07-10 15:04:13 -07:00
Dipti Dhond
9518e51ccd PDU size set - WIP 2020-07-10 14:18:51 -07:00
Logan Lipke
3110c9b757 Removed unnecessary print 2020-07-10 13:58:36 -07:00
Logan Lipke
66f0ae8d3a Added local_realm parameter to StationProfile in new_station_profile 2020-07-10 13:20:37 -07:00