mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-31 18:58:01 +00:00
uses non-deprecated method
This commit is contained in:
@@ -459,7 +459,7 @@ def wait_until_ports_disappear(base_url="http://localhost:8080", port_list=[], d
|
||||
if debug:
|
||||
print("checking:" + check_url)
|
||||
lf_r = LFRequest.LFRequest(base_url, check_url)
|
||||
json_response = lf_r.getAsJson(debug_=debug)
|
||||
json_response = lf_r.get_as_json(debug_=debug)
|
||||
if (json_response != None):
|
||||
found_stations.append(port_name)
|
||||
if len(found_stations) > 0:
|
||||
|
||||
Reference in New Issue
Block a user