]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix dfs_radar2 false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 6 Jun 2019 05:27:37 +0000 (14:27 +0900)
committerJouni Malinen <j@w1.fi>
Sun, 23 Jun 2019 15:03:51 +0000 (18:03 +0300)
commit8baf285c9f613bb47ed0e48ca94dc2167a125e71
tree10faa8df83a81dd14886285884360f7b3f42a19f
parent3459c54ac78b54aa4cb3fda1ceb8dfaa01ea9400
tests: Fix dfs_radar2 false negative by using common finalizer

dfs_radar2 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_dfs.py