]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Split event wait in grpform_cred_ready_timeout
authorJouni Malinen <j@w1.fi>
Sun, 17 Mar 2019 14:00:18 +0000 (16:00 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 17 Mar 2019 14:08:53 +0000 (16:08 +0200)
commit3a88b7e6e9ab8e48f8f8d4bdf00c592d4aae5d75
treed5bd06d0e0c1f82fa1c435893f0fddb56478f7ad
parente4b4e1748a9d09536e0eb67d85f0a8890874cfc5
tests: Split event wait in grpform_cred_ready_timeout

The long wait for the monitor socket events resulted in another socket
running out of TX buffer space. Split the wait into smaller segments and
clear the other socket in each iteration.

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