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

index 6e32ce67ea130133aff118d838677c6344f91873..8082e46f2cf20430c336a1ec6ec09a2a7b99cc89 100644 (file)
@@ -988,7 +988,7 @@ def test_wpas_mesh_open_ht40(dev, apdev):
         dev[0].request("MESH_GROUP_REMOVE " + dev[0].ifname)
         dev[1].request("MESH_GROUP_REMOVE " + dev[1].ifname)
         dev[2].request("MESH_GROUP_REMOVE " + dev[2].ifname)
-        subprocess.call(['iw', 'reg', 'set', '00'])
+        clear_regdom_dev(dev)
         dev[0].flush_scan_cache()
         dev[1].flush_scan_cache()
         dev[2].flush_scan_cache()