mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-14 17:14:52 +00:00
LFUtils: When debug is on, clearly state all stations have appeared in success case
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -715,6 +715,8 @@ def wait_until_ports_appear(base_url="http://localhost:8080", port_list=(), debu
|
|||||||
if debug:
|
if debug:
|
||||||
print('Found %s out of %s stations in %s out of %s tries in wait_until_ports_appear' % (len(found_stations), len(port_list), attempt, timeout/2))
|
print('Found %s out of %s stations in %s out of %s tries in wait_until_ports_appear' % (len(found_stations), len(port_list), attempt, timeout/2))
|
||||||
else:
|
else:
|
||||||
|
if debug:
|
||||||
|
print('All %s stations appeared' % len(found_stations))
|
||||||
return True
|
return True
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
|
|||||||
Reference in New Issue
Block a user