Commit Graph

2489 Commits

Author SHA1 Message Date
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
Logan Lipke
96006f2083 Added method to set all cx states at once, finished basic outline for testing function 2020-06-26 11:23:41 -07:00
Jed Reynolds
367ceb439a JSON: cv automation script 2020-06-25 20:03:13 -07:00
Logan Lipke
2fb338b5ec Added station and cx creation 2020-06-25 15:51:52 -07:00
Jed Reynolds
061812e09b JSON: WIP: creates gui automation test for rvr 2020-06-25 12:32:28 -07:00
Jed Reynolds
1d420c565f JSON: uses explicit use_preexec_ arguments 2020-06-25 12:32:28 -07:00
Logan Lipke
5a943fa141 Script for running a ipv4 connection test over a variable period of time 2020-06-25 10:35:34 -07:00
Logan Lipke
effc1b71ff Changed name to better reflect script content 2020-06-24 17:07:49 -07:00
Logan Lipke
acfa968ec5 Tests connection between layer3 lan and wan links 2020-06-24 17:01:11 -07:00
Logan Lipke
9588f98e9b Fixed broken test logic, added output when starting tests 2020-06-24 12:49:45 -07:00
Logan Lipke
5eff2f31ec Rewrote test function, added range test with custom station list, added examples for new testing 2020-06-23 16:29:46 -07:00
Logan Lipke
9c9ee678fd Changed search parameters for tests 2020-06-23 14:41:28 -07:00
Logan Lipke
34aa90f9af Cleaned up run function 2020-06-22 16:57:24 -07:00
Logan Lipke
c3df3a62bd Improved cleanup function 2020-06-22 14:16:36 -07:00
Logan Lipke
24cb4d739f Added station creation, cleanup, association, and ip tests 2020-06-19 17:05:27 -07:00
Logan Lipke
5f3140b868 Fixed typo in argument parsing 2020-06-19 13:34:31 -07:00
Jed Reynolds
822dc0e036 sta_connect2.py: WIP creating layer3 connections, needs realm.py developments 2020-06-16 23:24:38 -07:00
Jed Reynolds
05ce5c109d sta_connect2.py: divides up code into setup(), start(), stop(), clean() methods 2020-06-16 23:24:38 -07:00
Jed Reynolds
b413be3850 sta_connect2.py: WIP: introduces Realm based test class, presently crippled 2020-06-16 23:24:38 -07:00
Ben Greear
85bf11c9c2 testrails: Allow submitting externally generated test results into testrails.
This way, some other tool (ie, LANforge performance & stability tests automation)
can create results that can be put into testrails.  This external automation
will not need direct access to test rails (user-account info, etc)

Code is not tested, plz comment out if it breaks something.
2020-06-12 15:45:36 -07:00
Ben Greear
1eb5617d79 Merge /home/greearb/git/tip/wlan-testing/lanforge/lanforge-scripts.tip 2020-06-12 14:15:41 -07:00
Jed Reynolds
d59f61b413 vap_stations_example.py: shows how to query /stations uri 2020-06-12 13:28:21 -07:00
Jed Reynolds
45b152e94b Fixes wpa2 constant 2020-06-11 07:12:31 -07:00
Ben Greear
cb1827ecac cicd: Make sta_connect print results to stdout when called as independent script. 2020-06-11 07:12:31 -07:00
Jed Reynolds
a49aceee9d sta_connect.py: updates main to assign item to station_names 2020-06-11 07:12:31 -07:00
Logan Lipke
17158fe4e0 Added debugOn attribute to StaConnect 2020-06-11 07:12:31 -07:00
Syama
b607998322 Added function for opensync restart and copying the AP certs 2020-06-11 04:39:58 -04:00
Jed Reynolds
c2af87d70c Merge branch 'master' of github.com:greearb/lanforge-scripts 2020-06-10 21:09:49 -07:00
Jed Reynolds
3cc27988cf Fixes wpa2 constant 2020-06-10 21:08:54 -07:00
Ben Greear
f29cc0bd54 cicd: Make sta_connect print results to stdout when called as independent script. 2020-06-10 19:25:04 -07:00