]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make rrm_reassociation more robust
authorJouni Malinen <j@w1.fi>
Sat, 23 Mar 2024 20:22:07 +0000 (22:22 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 23 Mar 2024 20:22:07 +0000 (22:22 +0200)
commit64c3c5808028dcbdf2e69e4525fc4700327a6684
tree3381ca97d8e2b42574465119ee9f4012f4dd9b74
parent9144f876a56fafba55379e5adb3cb19e9c880e3e
tests: Make rrm_reassociation more robust

It was possible for this test case to fail if a previously executed test
case left another BSS entry for the BSSID used by the second AP here.
That could have skipped the needed scan with scan_for_bss(bssid2). Force
this command to run a new scan to discover the second AP correctly.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_rrm.py