]> git.ipfire.org Git - thirdparty/hostap.git/commit - tests/hwsim/test_ap_ft.py
tests: Convert binascii.hexlify() output to a string object for python3
authorMasashi Honma <masashi.honma@gmail.com>
Sat, 2 Feb 2019 11:01:36 +0000 (13:01 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:33 +0000 (12:26 +0200)
commit7ab74770e730d7e223007d35bda052b8228afa83
treee154a81f7d632bd90aa71688c3329258cb53afec
parent3a833d95b320861f9f6fc42e4003c7e2aa802d87
tests: Convert binascii.hexlify() output to a string object for python3

This is needed in cases the hexlify() output is used to concatenate with
a string or used in string comparisons.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Signed-off-by: Jouni Malinen <j@w1.fi>
18 files changed:
tests/hwsim/hostapd.py
tests/hwsim/test_ap_ft.py
tests/hwsim/test_ap_hs20.py
tests/hwsim/test_ap_psk.py
tests/hwsim/test_ap_wps.py
tests/hwsim/test_cfg80211.py
tests/hwsim/test_dbus.py
tests/hwsim/test_eap_proto.py
tests/hwsim/test_fils.py
tests/hwsim/test_gas.py
tests/hwsim/test_hs20_filter.py
tests/hwsim/test_ieee8021x.py
tests/hwsim/test_kernel.py
tests/hwsim/test_p2p_grpform.py
tests/hwsim/test_p2p_messages.py
tests/hwsim/test_radius.py
tests/hwsim/test_rrm.py
tests/hwsim/test_wnm.py