mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
- all test will be using cv_test_manager to sync.
Signed-off-by: SushantBawiskar <sushant.bawiskar@candelatech.com>
This commit is contained in:
@@ -112,8 +112,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 DataplaneTest(cvtest):
|
||||
def __init__(self,
|
||||
@@ -143,7 +141,6 @@ class DataplaneTest(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.dut = dut
|
||||
@@ -167,9 +164,9 @@ class DataplaneTest(cvtest):
|
||||
|
||||
|
||||
def run(self):
|
||||
self.createCV.sync_cv()
|
||||
self.sync_cv()
|
||||
time.sleep(2)
|
||||
self.createCV.sync_cv()
|
||||
self.sync_cv()
|
||||
|
||||
blob_test = "dataplane-test-latest-"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user