]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix wpas_mesh_open_ht40 false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Sun, 28 Jun 2020 23:23:03 +0000 (08:23 +0900)
committerJouni Malinen <j@w1.fi>
Mon, 12 Oct 2020 08:18:25 +0000 (11:18 +0300)
commit5eea042220138acd930eaf4504d6936153d2ed90
treed3d54fb3246b1a3ee45f10f74c4846be8af77b8b
parent0bea288fbe9cdbae411ed6b3cb3e450c9d6f5ae1
tests: Fix wpas_mesh_open_ht40 false negative by using common finalizer

wpas_mesh_open_ht40 might fail 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_wpas_mesh.py