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

dfs_cac_restart_on_enable fails with this message.

---------------
START dfs_cac_restart_on_enable 1/1
wlan0: Country code not reset back to 00: is FI
wlan0: Country code cleared back to 00
FAIL dfs_cac_restart_on_enable 3.037694 2019-05-28 01:35:07.548390
failed tests: dfs_cac_restart_on_enable
---------------

This patch fixes the false negative.

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