Commit Graph

969 Commits

Author SHA1 Message Date
Logan Lipke
621a665ab4 Updated to use new methods in realm 2020-07-10 10:11:41 -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
Logan Lipke
6874c76ded Created test for url per ten min based on test_ipv4_l4, tests urls/s every ten min and compares to target rate 2020-07-07 15:16:47 -07:00
DiptiDhond-Candela
43b2be2c44 Update test_l3_powersave_traffic.py
added absolute path to line  10- entire file is a WIP
2020-07-07 14:21:45 -07:00
Dipti Dhond
9103cb8e07 new test file- upload/download with powersave stations 2020-07-07 14:19:38 -07:00
Logan Lipke
d06ced4dfe Improved return and printed extra info 2020-07-07 13:49:15 -07:00
Logan Lipke
66fdf24ab1 Added debug output for L4CXProfile's check_errors method 2020-07-07 11:50:37 -07:00
Logan Lipke
5a5ae74980 Added check_errors method to L4CXProfile; checks if any url errors have occurred 2020-07-07 11:30:16 -07:00
Logan Lipke
0cad8cb2e8 Finished start() method, added methods to help get and test values for l4, changed main method to run full test 2020-07-06 14:53:02 -07:00
Logan Lipke
377523b4a9 Removed unnecessary whitespace 2020-07-06 13:46:28 -07:00
Logan Lipke
18d3acc90c Merge remote-tracking branch 'origin/master' 2020-07-06 13:45:38 -07:00
Logan Lipke
43f7559c51 Added wait_for_ip method to Realm, waits for all eth and sta ports to get ip 2020-07-06 13:45:25 -07:00
Jed Reynolds
7dbe6ff816 har-to-portal: fixes interpreting some HTTP/2 post records that lack postData 2020-07-03 17:16:48 -07:00
Logan Lipke
7f0122f8c4 Finished build and cleanup methods 2020-07-03 17:02:47 -07:00
Logan Lipke
5835dfa5cb Improved creation of L4CX to make better use of name_to_eid 2020-07-03 17:02:20 -07:00
Logan Lipke
509f77f2e7 Changed name of l4 cx to fit naming conventions 2020-07-03 16:31:36 -07:00
Ben Greear
802d48a98d gui-ap-auto: Disable band-steering test
This was added after the initial work to define the test configs,
so we need to explicitly disable it (or go edit all the test config
files).
2020-07-03 16:21:01 -07:00
Logan Lipke
fe051fecb5 Added build method, allowed start method to bring stations up 2020-07-03 15:23:39 -07:00
Logan Lipke
eb819504ab Added script to test L4 connections 2020-07-03 13:18:06 -07:00
Logan Lipke
ed46db7068 Added short sleep time on cleanup to prevent missed deletions 2020-07-03 11:12:30 -07:00
Logan Lipke
f408df8653 Added short sleep time on cleanup to prevent missed deletions 2020-07-03 11:12:05 -07:00
Logan Lipke
ea0a39ee2a Added script to check ipv6 connection of stations 2020-07-03 10:57:36 -07:00
Logan Lipke
677af21036 Removed unnecessary dict change for associated_map 2020-07-03 10:40:58 -07:00
Logan Lipke
18cc6aa2b1 Removed run method, moved run_test() to start(), added break from loop when test conditions pass 2020-07-03 10:36:10 -07:00
Jed Reynolds
3c21b6cab1 LFUtils.py: quieter 2020-07-03 07:54:43 -07:00
Dipti Dhond
23220dc14b Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-07-02 23:18:46 -07:00
Dipti Dhond
7658983106 added tests for open association 2020-07-02 23:17:36 -07:00
Logan Lipke
398c6dda2b Added test pass check to end of main() to improve readability on successful test 2020-07-02 16:32:59 -07:00
Logan Lipke
bb4d8bee40 Imporved debug output, added class-wide debug variable, added resource variable to cleanup method 2020-07-02 16:18:15 -07:00
Logan Lipke
2addfdb290 Reduced number of stations needed to add suppress_preexec to sta_data, added extra debug info, moved some lines to better spots 2020-07-02 16:15:13 -07:00
Logan Lipke
a05064665d Turned up to False by default, set report_timer to 1500 2020-07-02 12:39:11 -07:00
Logan Lipke
64fd144583 Added missing parameter, fixed bad list index 2020-07-02 12:38:41 -07:00
Logan Lipke
27a8c38389 Merge remote-tracking branch 'origin/master' 2020-07-02 12:16:08 -07:00
Jed Reynolds
5874194453 realm.py: station profile tests param name for interest flags 2020-07-02 12:15:41 -07:00
Logan Lipke
ebc001831f Merge remote-tracking branch 'origin/master' 2020-07-02 11:07:47 -07:00
Jed Reynolds
013093c47a realm.py: adds l3_profile start_cx(); improves debugging flags 2020-07-02 11:02:29 -07:00
Jed Reynolds
de66c8ff81 LFUtils.py: more PEP8 method names, output improvements 2020-07-02 11:01:41 -07:00
Jed Reynolds
da22a57212 sta_connect2.py passes 2020-07-02 11:00:54 -07:00