]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix ap_track_sta_no_auth_passive false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Tue, 25 Jun 2019 01:50:42 +0000 (10:50 +0900)
committerJouni Malinen <j@w1.fi>
Wed, 26 Jun 2019 17:42:20 +0000 (20:42 +0300)
commit25a103cfe4796c08f2676880f9d22783828c113c
tree121bfd6dc73460788fe9aff079b1965ba131f3a9
parentfd62f3d3fa41682405bacef30f38b2ce4c786b3c
tests: Fix ap_track_sta_no_auth_passive false negative by using common finalizer

ap_track_sta_no_auth_passive fails with this message.

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

This patch fixes the issue.

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