mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
Added short sleep time on cleanup to prevent missed deletions
This commit is contained in:
@@ -108,6 +108,7 @@ class IPv4Test(LFCliBase):
|
|||||||
"port": sta_name
|
"port": sta_name
|
||||||
}
|
}
|
||||||
self.json_post(req_url, data, self.debug)
|
self.json_post(req_url, data, self.debug)
|
||||||
|
time.sleep(.05)
|
||||||
LFUtils.wait_until_ports_disappear(resource_id=resource, base_url=self.lfclient_url, port_list=sta_list, debug=self.debug)
|
LFUtils.wait_until_ports_disappear(resource_id=resource, base_url=self.lfclient_url, port_list=sta_list, debug=self.debug)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user