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

nfc_wps_handover_5ghz 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_nfc_wps.py