mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
auto-t: wait for roam events in proper order
These were out of order and would sometimes fail the check.
This commit is contained in:
parent
1e56898606
commit
95ad47bd98
@ -32,8 +32,8 @@ class Test(unittest.TestCase):
|
||||
|
||||
# Since both BSS's have low signal, the roam should fail and trigger
|
||||
# another roam scan.
|
||||
device.wait_for_event('no-roam-candidates', timeout=30)
|
||||
device.wait_for_event('roam-scan-triggered', timeout=30)
|
||||
device.wait_for_event('no-roam-candidates', timeout=30)
|
||||
|
||||
# Hostapd sends disconnect
|
||||
self.bss_hostapd[0].disable()
|
||||
|
Loading…
Reference in New Issue
Block a user