mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
JSON: cv automation script
This commit is contained in:
@@ -81,10 +81,11 @@ class RunCvScenario(LFCliBase):
|
|||||||
def start(self):
|
def start(self):
|
||||||
# /gui_cli takes commands keyed on 'cmd', so we create an array of commands
|
# /gui_cli takes commands keyed on 'cmd', so we create an array of commands
|
||||||
commands = [
|
commands = [
|
||||||
"cv load s1101",
|
|
||||||
"cv apply s1101",
|
"cv apply s1101",
|
||||||
"cv click mytest, Start",
|
"cv create 'Rate vs Range' rvr_instance"
|
||||||
"cv get mytest 'Report Location:'"
|
"cv click rvr_instance Start",
|
||||||
|
"cv get rvr_instance 'Report Location:'"
|
||||||
]
|
]
|
||||||
self.use_preexec = False
|
self.use_preexec = False
|
||||||
for command in commands:
|
for command in commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user