From 367ceb439acd62010a4408bd38c95a25b4e7aaac Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 25 Jun 2020 20:02:39 -0700 Subject: [PATCH] JSON: cv automation script --- py-scripts/run_cv_scenario.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/py-scripts/run_cv_scenario.py b/py-scripts/run_cv_scenario.py index 3d390f76..fad9a409 100755 --- a/py-scripts/run_cv_scenario.py +++ b/py-scripts/run_cv_scenario.py @@ -81,10 +81,11 @@ class RunCvScenario(LFCliBase): def start(self): # /gui_cli takes commands keyed on 'cmd', so we create an array of commands commands = [ - "cv load s1101", + "cv apply s1101", - "cv click mytest, Start", - "cv get mytest 'Report Location:'" + "cv create 'Rate vs Range' rvr_instance" + "cv click rvr_instance Start", + "cv get rvr_instance 'Report Location:'" ] self.use_preexec = False for command in commands: