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

scan_dfs 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_scan.py