mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 11:18:03 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user