Commit Graph

1082 Commits

Author SHA1 Message Date
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
Logan Lipke
73d18a517e Fixed variable names and missing import 2020-07-28 15:01:49 -07:00
Jed Reynolds
e573cbe15f json: tip_station_powersave.py WIP, also uses new methods 2020-07-28 14:12:14 -07:00
Jed Reynolds
9e63e3e478 Python: adds methods:
- Realm::new_wifi_monitor_profile factory
- new StationDown::admin_down()
- changes up=False
2020-07-28 14:12:14 -07:00
Logan Lipke
395da7c8a0 Merge remote-tracking branch 'origin/master' 2020-07-28 11:56:20 -07:00
Logan Lipke
f8b482c348 Finished start method, cleaned up main() 2020-07-28 11:56:09 -07:00
Chuck SmileyRekiere
a00d5a782f added number of max stations per radio to error message 2020-07-28 10:37:06 -06:00
Chuck SmileyRekiere
ecc89e46ed fixed the indexing so number of stations is correct 2020-07-28 10:19:34 -06:00
Logan Lipke
cbc65f02ba Commented out debug printing 2020-07-27 16:23:36 -07:00
Logan Lipke
c269393b8b Fixed interval bug 2020-07-27 16:16:22 -07:00
Logan Lipke
fc6fc88dc7 Increased traffic rate 2020-07-27 15:50:33 -07:00
Logan Lipke
13e76e6930 Fixed incorrect command option for generic commands 2020-07-27 15:08:55 -07:00
Jed Reynolds
d4fca21bd8 tip_station_powersave.py: WIP with Syama's requests in mind 2020-07-24 18:10:51 -07:00
Jed Reynolds
9c012cf5c4 python: linter corrections 2020-07-24 18:10:51 -07:00
Jed Reynolds
9e38eec42e python: copy of powersave script for Syama's changes 2020-07-24 18:10:51 -07:00