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

ap_wps_conf_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_ap_wps.py