]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix he_supported() check with python3
authorJouni Malinen <j@w1.fi>
Sat, 28 Dec 2019 17:52:17 +0000 (19:52 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Dec 2019 17:52:47 +0000 (19:52 +0200)
commit44adf014ffe2e65fe76334aeca052de0f8cbb2b8
treed60844fe47f8c9aac8e4822901d9979a433f65d4
parentd0cd7504352a1f720ef9a6ec5ee923588059d9e1
tests: Fix he_supported() check with python3

This was making error paths on HE test cases fail with:
TypeError: a bytes-like object is required, not 'str'

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