From: Jouni Malinen Date: Sun, 18 Feb 2024 09:03:55 +0000 (+0200) Subject: test: Clear country config param at the end of kernel_reg_disconnect X-Git-Tag: hostap_2_11~365 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39da3c7c63ee47b5447fea681d4b37f38bbd476b;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_kernel.py b/tests/hwsim/test_kernel.py index df563ebd2..75ae16402 100644 --- a/tests/hwsim/test_kernel.py +++ b/tests/hwsim/test_kernel.py @@ -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"""