test: Clear country config param at the end of kernel_reg_disconnect

This is needed to avoid causing issues for following test cases.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2024-02-18 11:03:55 +02:00
parent 87120a5b6e
commit 39da3c7c63

View file

@ -150,6 +150,7 @@ def test_kernel_reg_disconnect(dev, apdev):
finally:
dev[0].request("DISCONNECT")
clear_regdom(hapd, dev)
dev[0].set("country", "00")
def test_kernel_kunit(dev, apdev):
"""KUnit tests"""