- all test will be using cv_test_manager to sync.

Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
SushantBawiskar
2021-04-26 14:50:59 +05:30
parent f31f7c45ed
commit 84731c8e1b
6 changed files with 12 additions and 28 deletions

View File

@@ -180,8 +180,6 @@ if 'py-json' not in sys.path:
from cv_test_manager import cv_test as cvtest
from cv_test_manager import *
from cv_commands import chamberview as cv
class ApAutoTest(cvtest):
def __init__(self,
@@ -213,7 +211,6 @@ class ApAutoTest(cvtest):
self.lf_port = lf_port
self.lf_user = lf_user
self.lf_password =lf_password
self.createCV = cv(lf_host, lf_port);
self.instance_name = instance_name
self.config_name = config_name
self.upstream = upstream
@@ -239,9 +236,9 @@ class ApAutoTest(cvtest):
def run(self):
self.createCV.sync_cv()
self.sync_cv()
time.sleep(2)
self.createCV.sync_cv()
self.sync_cv()
blob_test = "%s-"%(self.test_name)