Commit Graph

1005 Commits

Author SHA1 Message Date
Logan Lipke
efd9e4319f Renamed ipv4_connection to wpa2_connection 2020-07-14 17:44:27 -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
Logan Lipke
747c905465 Updated main method to make use of Realm's new cleanup methods before start of tests 2020-07-10 12:02:41 -07:00
Logan Lipke
2cadb84f4c Added methods to Realm to remove all stations, endps, or cxs 2020-07-10 12:01:58 -07:00
Logan Lipke
184e96b8df Merge remote-tracking branch 'origin/master' 2020-07-10 10:11:54 -07:00
Logan Lipke
621a665ab4 Updated to use new methods in realm 2020-07-10 10:11:41 -07:00
Dipti Dhond
d3f94c125a fixed some bugs in cleanup, test is still a WIP 2020-07-09 21:13:14 -07:00
Ben Greear
25721d73d9 Rename file that broke git checkouts on windows. 2020-07-09 20:50:51 -07:00
Logan Lipke
e2931476b7 Merge remote-tracking branch 'origin/master' 2020-07-09 17:30:54 -07:00
Logan Lipke
cdd1b8f078 Added cleanup to StationProfile, L3CXProfile, and L4CXProfile. Added start and stop cx methods to L4CXProfile. Added local_realm param to StationProfile 2020-07-09 17:30:29 -07:00
Logan Lipke
dfaf8f643b Changed station_profile to work with changes in realm, refactored cleanup methods 2020-07-09 17:26:39 -07:00
Ben Greear
c676d5f959 Add example CICD test-controller and test-orchestrator scripts. 2020-07-09 13:55:56 -07:00
Logan Lipke
69eeff15d8 Merge remote-tracking branch 'origin/master' 2020-07-08 16:22:15 -07:00
Logan Lipke
28d1bc227a Added ipv6 boolean to Realm.wait_for_ip, setting to true will wait for ipv6 addresses to be assigned as opposed to ipv4 2020-07-08 16:15:58 -07:00
Logan Lipke
49bdde9a41 Changed admin_up() to use self.resource instead of hard-coded number 2020-07-08 16:15:14 -07:00
Logan Lipke
814f148384 Updated script to use new methods in realm, refactored code to better fit with build, start, stop, and cleanup methods 2020-07-08 16:14:43 -07:00
Logan Lipke
c507db642c Updated script to use new methods in realm, refactored code to better fit with build, start, stop, and cleanup methods 2020-07-08 14:59:54 -07:00
Jed Reynolds
0f12515bbd adjust_apache.pl: fixes removing old IPs remaining from previous leases; fixes greedy matching hostnames with hyphens that should stay separate (X-local) 2020-07-07 22:59:40 -07:00
Dipti Dhond
8b08248fa2 stations created properly connect to GUI via jedway-open and are associated 2020-07-07 17:39:30 -07:00
Logan Lipke
6068890c32 Merge remote-tracking branch 'origin/master' 2020-07-07 15:26:56 -07:00
Logan Lipke
89658e4935 Cleaned up main method 2020-07-07 15:26:42 -07:00