Commit Graph

  • 54657fc74c Added check to prevent existing endps from interfering in test Logan Lipke 2020-07-30 15:27:29 -07:00
  • f8af6d5979 Added check for monitoring only created endpoints Logan Lipke 2020-07-30 14:21:18 -07:00
  • b51f4aaecf Turned off debugging Logan Lipke 2020-07-30 14:20:47 -07:00
  • a56748e501 Set suppress_related_commands_ in StationProfile,create to default to True Logan Lipke 2020-07-30 14:18:12 -07:00
  • 29e831dbb2 sta_connect2.py: updated to use modern Realm methods Jed Reynolds 2020-07-30 13:51:39 -07:00
  • c54d342a8e LFUtils.py: whitespace Jed Reynolds 2020-07-30 13:51:05 -07:00
  • 3a5a1db3a4 Realm.py: StationProfile.create() gains suppress_related_commands_ parameter Jed Reynolds 2020-07-30 13:50:38 -07:00
  • 9db9dee582 Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-30 12:36:23 -07:00
  • 7efbce8a46 Fixed missing self.debug for create method Logan Lipke 2020-07-30 12:36:05 -07:00
  • 4336ddb74e Fixed typo Jed Reynolds 2020-07-30 12:35:49 -07:00
  • 162091aa9c Merge branch 'master' of https://github.com/greearb/lanforge-scripts Logan Lipke 2020-07-30 10:06:04 -07:00
  • b1e34423b8 Added flags for add_vap Logan Lipke 2020-07-30 10:05:57 -07:00
  • 28da5fe190 Fixed typo with cli-json Logan Lipke 2020-07-30 10:05:26 -07:00
  • 1ed694a155 LFRequest.py: improves self.die_on_error logic to absolutely die on conditions that are !404 Jed Reynolds 2020-07-29 22:20:25 -07:00
  • dcec9e535f Removed unused method Logan Lipke 2020-07-29 15:40:01 -07:00
  • 37c9618f38 Fixed hard-coded variable Logan Lipke 2020-07-29 13:21:54 -07:00
  • 18a7a2302e Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-29 13:16:54 -07:00
  • 95b28740f4 Moved some functions in start around Logan Lipke 2020-07-29 13:16:41 -07:00
  • 6a46dd326b modified command line in help Chuck SmileyRekiere 2020-07-29 11:47:37 -06:00
  • 8e49bc1012 added upstream_port to help text Chuck SmileyRekiere 2020-07-29 10:17:16 -06:00
  • 90f68c5236 JSON: improves monitor creation and cleanup; fixes station cleanup; adds freq-channel table Jed Reynolds 2020-07-28 23:42:32 -07:00
  • 9435d53545 JSON: tip_powersave: fixes cleanup Jed Reynolds 2020-07-28 23:41:26 -07:00
  • 4e052391e8 JSON: stop dying on 404 response; formatting Jed Reynolds 2020-07-28 23:40:41 -07:00
  • b9bcba58b0 JSON: simplifies die_on_error logic Jed Reynolds 2020-07-28 23:39:58 -07:00
  • 93e80df537 tip_station_powersave.py fixes Jed Reynolds 2020-07-28 17:00:14 -07:00
  • 73d18a517e Fixed variable names and missing import Logan Lipke 2020-07-28 15:01:49 -07:00
  • e573cbe15f json: tip_station_powersave.py WIP, also uses new methods Jed Reynolds 2020-07-28 14:12:07 -07:00
  • 9e63e3e478 Python: adds methods: Jed Reynolds 2020-07-28 14:11:38 -07:00
  • 395da7c8a0 Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-28 11:56:20 -07:00
  • f8b482c348 Finished start method, cleaned up main() Logan Lipke 2020-07-28 11:56:09 -07:00
  • a00d5a782f added number of max stations per radio to error message Chuck SmileyRekiere 2020-07-28 10:37:06 -06:00
  • ecc89e46ed fixed the indexing so number of stations is correct Chuck SmileyRekiere 2020-07-28 10:19:34 -06:00
  • cbc65f02ba Commented out debug printing Logan Lipke 2020-07-27 16:23:36 -07:00
  • c269393b8b Fixed interval bug Logan Lipke 2020-07-27 16:16:22 -07:00
  • fc6fc88dc7 Increased traffic rate Logan Lipke 2020-07-27 15:50:33 -07:00
  • 13e76e6930 Fixed incorrect command option for generic commands Logan Lipke 2020-07-27 15:08:55 -07:00
  • d4fca21bd8 tip_station_powersave.py: WIP with Syama's requests in mind Jed Reynolds 2020-07-24 18:10:41 -07:00
  • 9c012cf5c4 python: linter corrections Jed Reynolds 2020-07-24 18:10:03 -07:00
  • 9e38eec42e python: copy of powersave script for Syama's changes Jed Reynolds 2020-07-24 14:47:24 -07:00
  • 6332a322b0 python: whitespace Jed Reynolds 2020-07-24 14:46:43 -07:00
  • bed2f6e0d3 Added test for generic connections WIP Logan Lipke 2020-07-24 17:05:33 -07:00
  • a4f37c4b89 Added start_cx, stop_cx, and cleanup methods to GenCxProfile Logan Lipke 2020-07-24 17:05:17 -07:00
  • a8ede19000 Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-24 15:18:36 -07:00
  • 068653dd32 Turned off debug use in class init Logan Lipke 2020-07-24 15:18:20 -07:00
  • ca83116a9e Changed debug variable usage Logan Lipke 2020-07-24 15:17:24 -07:00
  • e78b992109 Merge ../wlan-testing/lanforge/lanforge-scripts Ben Greear 2020-07-24 14:54:30 -07:00
  • a0ce191fac test_l3_longevity.py - fixed args Chuck SmileyRekiere 2020-07-23 20:13:04 -06:00
  • e292275347 test_l3_longevity.py fixed bug Chuck SmileyRekiere 2020-07-23 20:09:12 -06:00
  • 0f62768c23 changed example in help to be 4 minutes from 2 hours since user may copy Chuck SmileyRekiere 2020-07-23 13:06:48 -06:00
  • 30ed137849 test_l3_longevity.py more descriptive help Chuck SmileyRekiere 2020-07-23 12:53:25 -06:00
  • 8a81a8ecbf upstream-port naming convention update Chuck SmileyRekiere 2020-07-22 17:35:31 -06:00
  • dd99d42dae test_l3_longevity initial commit Chuck SmileyRekiere 2020-07-16 13:39:15 -06:00
  • 2ec5e0502c Added sleep to help prevent timing issues Logan Lipke 2020-07-16 12:23:39 -07:00
  • 933aac9b43 Reordered some functions in start Logan Lipke 2020-07-15 15:32:42 -07:00
  • c3fcf85482 Added output for starting test Logan Lipke 2020-07-15 15:15:37 -07:00
  • 7759895afc Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-15 15:07:37 -07:00
  • 628774e255 Moved wait_for_ip up in start function to prevent getting start time before all stations have an ip Logan Lipke 2020-07-15 15:07:23 -07:00
  • 8b538ff0ce Merge /home/greearb/btbits/x64_btbits/server/lf_scripts Ben Greear 2020-07-15 14:05:51 -07:00
  • a581dc28e1 removed comments Dipti Dhond 2020-07-15 13:45:48 -07:00
  • 301ece0d2f test cases seem to pass now Dipti Dhond 2020-07-15 13:44:43 -07:00
  • f71c2ceb25 added wpa3 security Dipti Dhond 2020-07-15 13:44:01 -07:00
  • 6655233012 Removed debugging Logan Lipke 2020-07-15 11:06:10 -07:00
  • 45a8c2e54f small syntax edits Dipti Dhond 2020-07-14 19:58:10 -07:00
  • caa0776c82 Merge remote-tracking branch 'origin/master' Logan Lipke 2020-07-14 17:49:19 -07:00
  • 895ba480fb Created tests for different auth types Logan Lipke 2020-07-14 17:45:47 -07:00
  • efd9e4319f Renamed ipv4_connection to wpa2_connection Logan Lipke 2020-07-14 17:44:27 -07:00
  • 2432e41ed1 finished powersave test Dipti Dhond 2020-07-14 17:14:51 -07:00
  • 265bf58c70 added mask for station flag Dipti Dhond 2020-07-14 17:14:14 -07:00
  • 472919790f print statement moved Dipti Dhond 2020-07-14 17:13:17 -07:00
  • 24b12c2bb2 added 'open' to use_security Dipti Dhond 2020-07-14 15:31:44 -07:00
  • 52b74512a2 edits to monitor Dipti Dhond 2020-07-14 12:55:17 -07:00
  • 6823a06cf7 pushing capture changes Dipti Dhond 2020-07-14 12:47:48 -07:00
  • 2058defb26 Changed use_security to remove flags from desired_add_sta_flags/_mask, authentication type should work properly now Logan Lipke 2020-07-14 11:58:55 -07:00
  • f8ff6af1b6 Fixed key error in use_security Logan Lipke 2020-07-14 10:41:52 -07:00
  • 24888ebb84 Added final check for passes == expected passes Logan Lipke 2020-07-14 10:32:43 -07:00
  • 181c68e4f9 Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 Logan Lipke 2020-07-14 10:23:18 -07:00
  • 9ba16108a6 monitor changes - now works Dipti Dhond 2020-07-13 19:49:02 -07:00
  • a05517bdb4 Changed use_wpa2 to use_security function Logan Lipke 2020-07-13 17:19:20 -07:00
  • b8bb9c4d8b Changed use_wpa2 to use_security function WIP, tested with WPA2, not yet tested with WEP, WPA, WPA3 Logan Lipke 2020-07-13 17:19:09 -07:00
  • f734569c6e edits Dipti Dhond 2020-07-13 16:24:43 -07:00
  • 8c2f9e4ded updates to realm.py class- under monitor Dipti Dhond 2020-07-13 14:05:28 -07:00
  • e33a26bc69 added monitor -WIP Dipti Dhond 2020-07-13 14:04:48 -07:00
  • 4f057c3f9b Added check for security type Logan Lipke 2020-07-13 12:52:55 -07:00
  • 8453454877 Changed secruity parameter in main to wpa2 from open Logan Lipke 2020-07-13 12:48:21 -07:00
  • 4f402d15f4 Modified path append to work better with Windows, updated use of wait_for_ip calls to work with new params Logan Lipke 2020-07-13 12:42:50 -07:00
  • 0b0a51487d Added resource and station_list parameters to wait_for_ip Logan Lipke 2020-07-13 12:42:13 -07:00
  • 144bbbdf9b deleted old cleanup function, replaced with new ones, deleted unused functions, ready to add monitor component Dipti Dhond 2020-07-10 21:01:57 -07:00
  • 1933a2661f realm.py: adds WifiMonitor class Jed Reynolds 2020-07-10 17:30:45 -07:00
  • 39d2f65f4f add_monitor.py: defines flags used when creating monitor port Jed Reynolds 2020-07-10 17:30:22 -07:00
  • 38876af758 har-to-portal.pl: adds header, fixes commas Jed Reynolds 2020-07-08 21:54:17 -07:00
  • 7f99510e36 har-to-portal.pl: fixes missing comma Jed Reynolds 2020-07-08 21:12:54 -07:00
  • 4b009c3538 har-to-portal.pl: improves formatting blocks Jed Reynolds 2020-07-08 21:06:46 -07:00
  • a36e395c12 Removed use of realm cleanup prior to test start Logan Lipke 2020-07-10 16:32:22 -07:00
  • d3ef95b22d Changed order of stations and cx/endp cleanup Logan Lipke 2020-07-10 16:17:57 -07:00
  • 44fd31828f Merge branch 'master' of https://github.com/greearb/lanforge-scripts Logan Lipke 2020-07-10 15:04:22 -07:00
  • dbd5f072be Switched to using Realm's methods for creating new profiles, made various changes to keep similarity between tests Logan Lipke 2020-07-10 15:04:13 -07:00
  • 9518e51ccd PDU size set - WIP Dipti Dhond 2020-07-10 14:18:51 -07:00
  • 3110c9b757 Removed unnecessary print Logan Lipke 2020-07-10 13:58:36 -07:00
  • 66f0ae8d3a Added local_realm parameter to StationProfile in new_station_profile Logan Lipke 2020-07-10 13:20:37 -07:00
  • 747c905465 Updated main method to make use of Realm's new cleanup methods before start of tests Logan Lipke 2020-07-10 12:02:41 -07:00