]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Clear sae_groups in sigma_dut_ap_ft_rsnxe_used_mismatch
authorJouni Malinen <quic_jouni@quicinc.com>
Wed, 23 Feb 2022 09:15:31 +0000 (11:15 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 23 Feb 2022 22:23:25 +0000 (00:23 +0200)
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 <quic_jouni@quicinc.com>
tests/hwsim/test_sigma_dut.py

index 0b81e7f56290cff6be0572e92117e25c2cbc294a..8e8384becd7099bf455c8e3bf449c37e1748e6ca 100644 (file)
@@ -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")