removed hard code from cv_dut_profile.py

Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
This commit is contained in:
sushant
2021-05-07 22:18:12 +05:30
parent 94d7949eed
commit 6823cf1170
2 changed files with 32 additions and 23 deletions

View File

@@ -76,6 +76,7 @@ class DUT(dut):
lfclient_host=lfmgr,
lfclient_port=port,
)
self.cv_dut_name = dut_name
self.cv_test = cvtest(lfmgr, port)
self.dut_name = dut_name
self.ssid = ssid
@@ -84,7 +85,7 @@ class DUT(dut):
self.security = security
def setup(self):
self.create_dut(dut_name=self.dut_name)
self.create_dut()
def add_ssids(self):
flags = dict()