Adding Cleanup Delay in Station Profile

This commit is contained in:
shivam
2021-01-17 02:28:50 +05:30
parent 6fc1f34586
commit a73f911f5a

View File

@@ -3395,7 +3395,7 @@ class StationProfile:
# First, request remove on the list.
for port_eid in desired_stations:
self.local_realm.rm_port(port_eid, check_exists=True, debug_=debug_)
time.sleep(delay)
# And now see if they are gone
LFUtils.wait_until_ports_disappear(base_url=self.lfclient_url, port_list=desired_stations)