]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix trace-cmd recording with python3
authorJohannes Berg <johannes.berg@intel.com>
Fri, 12 Apr 2019 11:20:19 +0000 (13:20 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 12 Apr 2019 17:43:33 +0000 (20:43 +0300)
commit61876c7eed3529d4fe8f9d1432a5cc800e6b4a98
treed9121d164f7f448e33793f36697e0dadba1b8bef
parentdd1a8cef4c050866c8273955694c2142c7db0258
tests: Fix trace-cmd recording with python3

The change to python3 broke trace-cmd recording, two
strings need to be bytes instead. Fix that.

Also add a flush() that seems to be needed now.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/run-tests.py