mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
added the num_sta instead of sta_names
Signed-off-by: shivam <shivam.thakur@candelatech.com>
This commit is contained in:
@@ -180,10 +180,10 @@ class lf_libs:
|
||||
dut_obj = DUT(lfmgr=self.manager_ip,
|
||||
port=self.manager_http_port,
|
||||
dut_name=self.testbed + "-" + str(index),
|
||||
sw_version=self.dut_data[index]["version"],
|
||||
sw_version=self.dut_data[index]["firmware_version"],
|
||||
hw_version=self.dut_data[index]["mode"],
|
||||
model_num=self.dut_data[index]["model"],
|
||||
serial_num=self.dut_data[index]["serial"])
|
||||
serial_num=self.dut_data[index]["identifier"])
|
||||
dut_obj.setup()
|
||||
dut_obj.add_ssids()
|
||||
time.sleep(5)
|
||||
|
||||
Reference in New Issue
Block a user