]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make scan test cases more robust by allowing retries
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 30 Dec 2015 17:52:42 +0000 (19:52 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Dec 2015 17:52:42 +0000 (19:52 +0200)
commit96425ea5027fc9d25ddafe1794bbb48185b6484d
tree8f649204319d755d305964bc05ad017ed703d26f
parentdd4feaad2abf570b31c61cc1ac25529e6656fbb2
tests: Make scan test cases more robust by allowing retries

These test caases depended on a single active scan round finding the AP.
It is possible for the Probe Response frame to get delayed sufficiently
to miss the response especially when testing under heavy load with
multiple parallel VMs. Allow couple of scan retries to avoid reporting
failures from these test cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_scan.py