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:
Jouni Malinen 2022-03-13 18:26:08 +02:00
parent 7f661f942d
commit b37bbcc390

View file

@ -835,6 +835,7 @@ def test_wpas_ap_async_fail(dev):
dev[0].select_network(id)
dev[0].wait_disconnected()
finally:
dev[0].set("country", "00")
clear_regdom_dev(dev)
def test_wpas_ap_sae(dev):