From 7f1eeda2df0fbaf9355bb8621a33afdc32e0e15c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 18 Mar 2019 19:00:06 +0200 Subject: [PATCH] tests: Reset sae_groups in sigma_dut_dpp_qr_init_enrollee_sae Signed-off-by: Jouni Malinen --- tests/hwsim/test_sigma_dut.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_sigma_dut.py b/tests/hwsim/test_sigma_dut.py index 77a39989a..ebc8458c2 100644 --- a/tests/hwsim/test_sigma_dut.py +++ b/tests/hwsim/test_sigma_dut.py @@ -1341,6 +1341,7 @@ def test_sigma_dut_dpp_qr_init_enrollee_sae(dev, apdev): sigma = start_sigma_dut(dev[0].ifname) try: dev[0].set("dpp_config_processing", "2") + dev[0].set("sae_groups", "") cmd = "DPP_CONFIGURATOR_ADD" res = dev[1].request(cmd)