tests: Clear country configuration at the end of wpas_ap_async_fail
This was causing a failure in the following sequence: wpas_ap_async_fail wpas_ctrl_country Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
7f661f942d
commit
b37bbcc390
1 changed files with 1 additions and 0 deletions
|
@ -835,6 +835,7 @@ def test_wpas_ap_async_fail(dev):
|
||||||
dev[0].select_network(id)
|
dev[0].select_network(id)
|
||||||
dev[0].wait_disconnected()
|
dev[0].wait_disconnected()
|
||||||
finally:
|
finally:
|
||||||
|
dev[0].set("country", "00")
|
||||||
clear_regdom_dev(dev)
|
clear_regdom_dev(dev)
|
||||||
|
|
||||||
def test_wpas_ap_sae(dev):
|
def test_wpas_ap_sae(dev):
|
||||||
|
|
Loading…
Add table
Reference in a new issue