JSON: cv automation script

This commit is contained in:
Jed Reynolds
2020-06-25 20:02:39 -07:00
parent 563724b950
commit 367ceb439a

View File

@@ -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: