]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix wpas_ap_async_fail false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 30 May 2019 08:05:55 +0000 (17:05 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 2 Jun 2019 14:05:49 +0000 (17:05 +0300)
commit689db8b3a71a89b8535eab207983ab83da2858d8
tree7fee91dea94a2c80ea497ff0ba630bb1eadd9f7b
parent1ae044f77d4af922db7dbe813e41787ac3f37ba1
tests: Fix wpas_ap_async_fail false negative by using common finalizer

wpas_ap_async_fail fails with this message.

---------------
wlan0: Country code not reset back to 00: is FI
wlan0: Country code cleared back to 00
---------------

This patch fixes the issue.

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