mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
Removed print and Added logging
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -206,7 +206,7 @@ class lf_libs:
|
|||||||
|
|
||||||
def setup_dut(self):
|
def setup_dut(self):
|
||||||
self.dut_objects = []
|
self.dut_objects = []
|
||||||
print("MMMM", self.dut_data)
|
logging.info("DUT Data: " + str(self.dut_data))
|
||||||
for index in range(0, len(self.dut_data)):
|
for index in range(0, len(self.dut_data)):
|
||||||
dut_obj = DUT(lfmgr=self.manager_ip,
|
dut_obj = DUT(lfmgr=self.manager_ip,
|
||||||
port=self.manager_http_port,
|
port=self.manager_http_port,
|
||||||
@@ -1094,7 +1094,6 @@ class lf_libs:
|
|||||||
# pprint(response)
|
# pprint(response)
|
||||||
pytest.skip("station_list: incomplete response:")
|
pytest.skip("station_list: incomplete response:")
|
||||||
y = response["interface"][query]
|
y = response["interface"][query]
|
||||||
print("y", y)
|
|
||||||
return y
|
return y
|
||||||
|
|
||||||
def get_max_sta(self, radio=""):
|
def get_max_sta(self, radio=""):
|
||||||
|
|||||||
Reference in New Issue
Block a user