cv-scripts: create tests with 'do not load old cfg' option.

This puts test in known state each time.  Requires code I just
committed to the GUI to function properly.

Also, add a sleep after submitting and requesting text
blobs (bad me, will have to find a better way to do this
in the future so that we don't depend on sleep and
races).

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2021-04-13 18:08:23 -07:00
parent 3c171bc260
commit 57a40d7668
4 changed files with 34 additions and 18 deletions

View File

@@ -93,7 +93,7 @@ class RunCvScenario(LFCliBase):
"sleep 2",
"cv sync",
"sleep 1",
"cv create '%s' test_ref" % self.cv_test,
"cv create '%s' test_ref 'true'" % self.cv_test,
"sleep 5",
"cv load test_ref '%s'" % self.test_profile,
"sleep 2",