]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
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)
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

index beee61d63e4cd009f9d8ff6534eeb213db1ea50b..ad1d712d644c134fa5eba5d3ecfc58eee7bb4703 100644 (file)
@@ -996,7 +996,7 @@ def _test_p2p_go_move_scm_peer_does_not_support(dev, apdev):
     finally:
         dev[0].global_request("SET p2p_go_freq_change_policy 2")
         dev[1].request("DRIVER_EVENT AVOID_FREQUENCIES")
-        set_country("00")
+        clear_regdom_dev(dev, 2)
 
 def test_p2p_go_move_scm_multi(dev, apdev):
     """P2P GO move due to SCM operation preference multiple times"""