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

p2p_go_move_scm_peer_does_not_support 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_p2p_channel.py