]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Make scan_hidden more robust under heavy CPU load
authorJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 16:21:25 +0000 (18:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:50:27 +0000 (22:50 +0200)
commit29bac7cb8926dee94b6c32ad4d80fd6f4b840fdc
tree691a62d53cd73759035ace4ce5cca2cf44382270
parent2ec82e67c1e5ce3d4e2a75b32c3ab6d3d072cfc7
tests: Make scan_hidden more robust under heavy CPU load

It is possible for the Probe Response frame wait to time out when active
scanning is used under heavy CPU load. Make this test case more robust
by trying multiple times before declaring the scan for a hidden SSID to
have failed.

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