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

rrm_beacon_req_passive_scan_vht160 fails with this message.

---------------
wlan0: Country code not reset back to 00: is ZA
wlan0: Country code cleared back to 00
---------------

This patch fixes the issue.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_rrm.py