]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Decode StreamRequestHandler read for python3
authorMasashi Honma <masashi.honma@gmail.com>
Mon, 4 Feb 2019 00:39:10 +0000 (02:39 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:34 +0000 (12:26 +0200)
commit59aecb1c4265138f9f17f73d38b7287a790d4f94
treecb5f8f7f51e04e030d3d9fde74b1c745eb9c739a
parent732b76139a88db62abb002d464a524fa6ca71d36
tests: Decode StreamRequestHandler read for python3

WPSAPHTTPServer class needs to explicitly decode the read value from
a bytes object to a str object.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_ap_wps.py