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

nfc_wps_handover_chan14 fails with this message.

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

This patch fixes the issue.

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