Commit Graph

904 Commits

Author SHA1 Message Date
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
89b8dd7aef LFRequest.py: updates debug line refs 2020-06-30 15:34:05 -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
6503a03d31 removed stray character 2020-06-30 14:53:18 -07:00
Jed Reynolds
07112693af lfcli_base.py: updates pydoc 2020-06-30 14:25:55 -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
Jed Reynolds
2fe9eefcea JSON: Realm: wait_while_building() works better now 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
Logan Lipke
f92e4fae29 Changed getAsJson parameters to use debug_ instead of show_error 2020-06-30 09:36:55 -07:00
Jed Reynolds
ebf6737edb JSON: replace show_error with debug 2020-06-29 23:21:06 -07:00
Jed Reynolds
f202fc7c97 JSON: realm.py: WIP 2020-06-29 23:20:15 -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
Jed Reynolds
59a7762dec lfcli_base.py: uses return parameter to capture resulting post result 2020-06-29 19:38:02 -07:00
Jed Reynolds
67ad3fa412 LFRequest.py: introduces return parameter for fetching resulting JSON data 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
Jed Reynolds
7b488a8553 JSON: LFCliBase json_post improves terminology and completeness for suppressing 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
Logan Lipke
19fcd5aa08 Added min and max pkt-size init parameters for L3CXProfile, added created_cx list for tracking created cxs and endps 2020-06-26 17:57:59 -07:00
Logan Lipke
d858e85cba Added check for non None value of transfer rates in L3CXProfile 2020-06-26 16:45:59 -07:00
Logan Lipke
3bd0327e96 Added ability to set min and max rates for L3CXProfile, added autohelper and auto min ip port to endp creation 2020-06-26 16:33:33 -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
Jed Reynolds
aa89ce7a9a updated readme 2020-06-26 13:06:23 -07:00
Logan Lipke
c268dc1d88 Merge remote-tracking branch 'origin/master' 2020-06-26 11:23:51 -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
885ad33339 readme updates 2020-06-26 11:13:29 -07:00
Jed Reynolds
46eb9bd48c updates py-json README 2020-06-26 10:46:04 -07:00
Logan Lipke
7fd37a78c2 Changed usage of LFCliBase.json_post to local_realm.json_post in cx creation 2020-06-26 10:42:01 -07:00
Logan Lipke
7c5280f5b2 Merge remote-tracking branch 'origin/master' 2020-06-26 09:54:22 -07:00
Logan Lipke
01aa5a7ded Fixed issue with cx and endp naming 2020-06-26 09:47:09 -07:00
Ben Greear
5f89f8a264 Merge branch 'master' of github.com:Telecominfraproject/wlan-lanforge-scripts 2020-06-26 07:48:12 -07:00
Jed Reynolds
367ceb439a JSON: cv automation script 2020-06-25 20:03:13 -07:00
Logan Lipke
563724b950 Fixed issue with incorrect post url in cx creation 2020-06-25 16:42:01 -07:00
Logan Lipke
2fb338b5ec Added station and cx creation 2020-06-25 15:51:52 -07:00