mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
connectTest.py: quieter
This commit is contained in:
@@ -122,7 +122,7 @@ while ((ip == "0.0.0.0") and (duration < maxTime)):
|
||||
print("Station failed to get IP. Waiting 10 seconds...")
|
||||
station_info = getJsonInfo(mgrURL, "port/1/1/sta00000?fields=port,ip")
|
||||
|
||||
LFUtils.debug_printer.pprint(station_info)
|
||||
#LFUtils.debug_printer.pprint(station_info)
|
||||
if ((station_info is not None) and ("interface" in station_info) and ("ip" in station_info["interface"])):
|
||||
ip = station_info["interface"]["ip"]
|
||||
duration += 2
|
||||
|
||||
Reference in New Issue
Block a user