tests: Fix mesh_secure_ocv_mix_legacy false negative by using common finalizer
mesh_secure_ocv_mix_legacy might fail with this message: --------------- wlan0: Country code not reset back to 00: is AZ wlan0: Country code cleared back to 00 --------------- This patch fixes the issue. Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
154b18d950
commit
ee03056a62
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ def set_reg(dev, country):
|
|||
def clear_reg_setting(dev):
|
||||
dev[0].request("MESH_GROUP_REMOVE " + dev[0].ifname)
|
||||
dev[1].request("MESH_GROUP_REMOVE " + dev[1].ifname)
|
||||
subprocess.call(['iw', 'reg', 'set', '00'])
|
||||
clear_regdom_dev(dev)
|
||||
dev[0].flush_scan_cache()
|
||||
dev[1].flush_scan_cache()
|
||||
|
||||
|
|
Loading…
Reference in a new issue