Commit Graph

273 Commits

Author SHA1 Message Date
Logan Lipke
fc6fc88dc7 Increased traffic rate 2020-07-27 15:50:33 -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
9e38eec42e python: copy of powersave script for Syama's changes 2020-07-24 18:10:51 -07:00
Logan Lipke
bed2f6e0d3 Added test for generic connections WIP 2020-07-24 17:05:33 -07:00
Logan Lipke
a8ede19000 Merge remote-tracking branch 'origin/master' 2020-07-24 15:18:36 -07:00
Logan Lipke
068653dd32 Turned off debug use in class init 2020-07-24 15:18:20 -07:00
Logan Lipke
ca83116a9e Changed debug variable usage 2020-07-24 15:17:24 -07:00
Chuck SmileyRekiere
a0ce191fac test_l3_longevity.py - fixed args 2020-07-23 20:13:04 -06:00
Chuck SmileyRekiere
e292275347 test_l3_longevity.py fixed bug 2020-07-23 20:09:12 -06:00
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
Logan Lipke
6655233012 Removed debugging 2020-07-15 11:06: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
52b74512a2 edits to monitor 2020-07-14 12:55:17 -07:00
Logan Lipke
24888ebb84 Added final check for passes == expected passes 2020-07-14 10:32:43 -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
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
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
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
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
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
Logan Lipke
dfaf8f643b Changed station_profile to work with changes in realm, refactored cleanup methods 2020-07-09 17:26:39 -07:00
Logan Lipke
69eeff15d8 Merge remote-tracking branch 'origin/master' 2020-07-08 16:22:15 -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
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