tests: Fix ap_vht80plus80_invalid false negative by using common finalizer

ap_vht80plus80_invalid 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>
This commit is contained in:
Masashi Honma 2019-06-25 10:50:58 +09:00 committed by Jouni Malinen
parent 411b9e01a1
commit c3aa6e274d

View file

@ -692,10 +692,7 @@ def test_ap_vht80plus80_invalid(dev, apdev):
raise HwsimSkip("80/160 MHz channel not supported in regulatory information") raise HwsimSkip("80/160 MHz channel not supported in regulatory information")
raise raise
finally: finally:
if hapd: clear_regdom(hapd, dev)
hapd.request("DISABLE")
subprocess.call(['iw', 'reg', 'set', '00'])
time.sleep(0.1)
def test_ap_vht80_csa(dev, apdev): def test_ap_vht80_csa(dev, apdev):
"""VHT with 80 MHz channel width and CSA""" """VHT with 80 MHz channel width and CSA"""