]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Check wait_event argument type
authorJouni Malinen <jouni@codeaurora.org>
Wed, 7 Aug 2019 09:41:12 +0000 (12:41 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 7 Aug 2019 09:57:22 +0000 (12:57 +0300)
commitd1fb06c9479b30c0aa0943ff330f8571167371c9
treef54a47576f3bf841c0678d9854f942e68b373df3
parent12c5c2404e22235bddf5f3e71a25bc9c3e10e321
tests: Check wait_event argument type

It was clearly too easy to get unexpected behavior by accidentially
passing in a string instead of a list of strings to these functions, so
enforce the correct type to notice such issues automatically.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/hostapd.py
tests/hwsim/wpasupplicant.py