Commit Graph

268 Commits

Author SHA1 Message Date
Logan Lipke
7f0122f8c4 Finished build and cleanup methods 2020-07-03 17:02:47 -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
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
a05064665d Turned up to False by default, set report_timer to 1500 2020-07-02 12:39:11 -07:00
Logan Lipke
ebc001831f Merge remote-tracking branch 'origin/master' 2020-07-02 11:07:47 -07:00
Jed Reynolds
da22a57212 sta_connect2.py passes 2020-07-02 11:00:54 -07:00
Logan Lipke
d14de26a66 Added start and stop functions to bring stations up and down 2020-07-02 09:56:02 -07:00
Jed Reynolds
2f8d4a44a1 sta_connect2.py: lots of work creating L3 connections, lots of fixes 2020-07-02 01:47:09 -07:00
Jed Reynolds
15f7696462 changes set_prefix to set_number_template because the method name/param had wrong meaning 2020-07-02 01:46:34 -07:00
Jed Reynolds
16ba291bbb sta_connect2.py: removes unused code, adds report-timer 2020-07-01 23:01:32 -07:00
Jed Reynolds
3abc7b9db2 run_cv_scenario.py: successfully runs and closes RvR report 2020-07-01 23:01:32 -07:00
Logan Lipke
5cd9a1a475 Removed old testing functions, created build function to create stations, added sta_list parameter to use list of stations for testing 2020-07-01 17:57:50 -07:00
Jed Reynolds
d59ba879f5 sta_connect2.py: now able to create L3 connection 2020-07-01 17:00:28 -07:00
Jed Reynolds
d134c8c196 test_ipv4_variable_time.py: renamed parameters 2020-07-01 17:00:28 -07:00
Jed Reynolds
2747fba661 GUI: run_cv_scenario.py: longer naps between commands helps test sync up at start; fixes missing commas 2020-07-01 17:00:28 -07:00
Logan Lipke
37db1e702b Renamed run to build 2020-07-01 16:40:23 -07:00
Logan Lipke
c75b15c847 Added script to test ipv6 instead of ipv4 2020-07-01 13:36:30 -07:00
Jed Reynolds
2c2e5de77e run_cv_scenario.py: adds more commands to automation script 2020-06-30 15:34:28 -07:00
Jed Reynolds
e6fc1d896e Adds links to cookbooks 2020-06-30 15:02:28 -07:00
Jed Reynolds
c4e7c57084 added example code 2020-06-30 14:53:51 -07:00
Jed Reynolds
3b920d03b6 run_cv_scenario.py: adds sleep command 2020-06-30 14:25:55 -07:00
Jed Reynolds
f7998e3df0 run_cv_scenario.py: quieter 2020-06-30 14:25:55 -07:00
Logan Lipke
d10095ab57 Merge remote-tracking branch 'origin/master' 2020-06-30 13:56:10 -07:00
Logan Lipke
9d6544383f Finished testing method, compares rx bytes every minute of test 2020-06-30 13:55:56 -07:00
DiptiDhond-Candela
d7fb397ead readme updates 2020-06-30 12:53:37 -07:00
DiptiDhond-Candela
0881775ab9 pushing updates currently, another set coming soon 2020-06-30 11:40:17 -07:00
DiptiDhond-Candela
05c1c24342 deleted bad changes, will push changes again 2020-06-30 11:04:08 -07:00
DiptiDhond-Candela
62002ebbb6 Update check- to see what posted 2020-06-30 10:59:28 -07:00
Jed Reynolds
fa391f601d JSON: wip: run cv scenario 2020-06-29 23:18:50 -07:00
Jed Reynolds
b851933f98 run_cv_scenario.py: WIP: working on checking post results of 'is_built' 2020-06-29 19:38:02 -07:00
Logan Lipke
4864d8ec04 Added beginning of test, added method for getting list of cx names with bps rx values 2020-06-29 17:01:51 -07:00
Jed Reynolds
f4805a4a98 JSON: run_cv_scenario: now able to bring up CV scenario 2020-06-29 14:20:08 -07:00
Jed Reynolds
8bc4a214d9 JSON: sta_connect.py: renames use_preexec_ parameter to suppress_related_commands_ 2020-06-29 14:20:08 -07:00
Logan Lipke
38b424e8b3 Merge remote-tracking branch 'origin/master' 2020-06-26 18:00:14 -07:00
Logan Lipke
2a2bf8a5b6 Added init parameters for min/max rates, added check for cx_list not equal to None 2020-06-26 17:59:56 -07:00
Ben Greear
d0a830745c sta-connect: Break run() into individual steps.
This lets the user have more control over how long the test runs,
allows the calling code to query other elements (such as cloud
controller) while test is running, and so forth.

Signed-off-by: Ben Greear<greearb@candelatech.com>
2020-06-26 16:19:54 -07:00
DiptiDhond-Candela
404631b920 Delete README.txt 2020-06-26 15:06:42 -07:00
DiptiDhond-Candela
30859b36c0 Update README.md
fixed small error
2020-06-26 15:06:21 -07:00
Dipti Dhond
8525229f23 Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-06-26 15:01:45 -07:00
Dipti Dhond
52f3f6778b converted README.txt to .md file 2020-06-26 15:01:28 -07:00
DiptiDhond-Candela
7c1503d2fd Update README.txt 2020-06-26 13:11:29 -07:00