From: Jouni Malinen Date: Sun, 13 Mar 2022 16:26:08 +0000 (+0200) Subject: tests: Clear country configuration at the end of wpas_ap_async_fail X-Git-Tag: hostap_2_11~2152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b37bbcc390cbdd29876531a3fb83f5ed3add08da;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_wpas_ap.py b/tests/hwsim/test_wpas_ap.py index 31911103a..5c562c703 100644 --- a/tests/hwsim/test_wpas_ap.py +++ b/tests/hwsim/test_wpas_ap.py @@ -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):