From: Jouni Malinen Date: Wed, 23 Feb 2022 09:15:31 +0000 (+0200) Subject: tests: Clear sae_groups in sigma_dut_ap_ft_rsnxe_used_mismatch X-Git-Tag: hostap_2_11~2218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010e7dddce40a3cd394a369c13601ce291ccc451;p=thirdparty%2Fhostap.git tests: Clear sae_groups in sigma_dut_ap_ft_rsnxe_used_mismatch This is needed to avoid test failures when a previous test case might have restricted the set of allowed SAE groups. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 0b81e7f56..8e8384bec 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -4900,6 +4900,7 @@ def test_sigma_dut_ap_ft_rsnxe_used_mismatch(dev, apdev, params): with open(conffile, "wb") as f2: f2.write(f.read()) + dev[0].set("sae_groups", "") dev[0].connect("test-sae", key_mgmt="FT-SAE", sae_password="hello", ieee80211w="2", scan_freq="2412")