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:
parent
87120a5b6e
commit
39da3c7c63
1 changed files with 1 additions and 0 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue