]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: python3 compatible str/bytes ord()
authorJouni Malinen <j@w1.fi>
Sun, 3 Feb 2019 10:44:17 +0000 (12:44 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:34 +0000 (12:26 +0200)
commitc45b969d6a6855b5ef809cf0ac5c35b41866f75a
treeb990e377bd70f627dc6591c2e9af429d689f0149
parent95d013f53051708bff40cc6f1b8da53c09d0eacb
tests: python3 compatible str/bytes ord()

Need to skip ord() for python3 when going through bytes object (instead
of str object in python2).

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