]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix ap_wpa2_eap_status loop with UML time-travel=inf-cpu
authorJouni Malinen <j@w1.fi>
Mon, 27 May 2019 19:22:07 +0000 (22:22 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 May 2019 19:43:07 +0000 (22:43 +0300)
commitf19c56e38371ae42adbfbca8c6a2a36c72b5c1e7
tree9d8c8a9d972c115b9db95134460eeaef32db3c81
parentd55035c9351b730a7f44fe2c1c6525686cd57e05
tests: Fix ap_wpa2_eap_status loop with UML time-travel=inf-cpu

Busy loop for waiting is not going to work with time-travel=inf-cpu, so
need to something a bit more explicit to wait for the wpa_supplicant
process to proceed while not fully breaking the idea of this test case
to iteration through large number of STATUS-VERBOSE commands to hit
different states.

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