mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 03:07:56 +00:00
removed hard code from cv_dut_profile.py
Signed-off-by: sushant <sushant.bawiskar@candelatech.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user