From e57e3f12b4639ace1420bc3a921034ab31299fa8 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 3 Aug 2019 16:32:14 +0300 Subject: [PATCH] tests: Update SAE suitable_groups list to match implementation Remove the groups that use Brainpool curves from the test case so that this matches the updated implementation. Signed-off-by: Jouni Malinen --- tests/hwsim/test_sae.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index b04ed8f22..792add9a1 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -156,7 +156,7 @@ def test_sae_groups(dev, apdev): logger.info("Add Brainpool EC groups since OpenSSL is new enough") sae_groups += [27, 28, 29, 30] heavy_groups = [14, 15, 16] - suitable_groups = [15, 16, 17, 18, 19, 20, 21, 28, 29, 30] + suitable_groups = [15, 16, 17, 18, 19, 20, 21] groups = [str(g) for g in sae_groups] params = hostapd.wpa2_params(ssid="test-sae-groups", passphrase="12345678") -- 2.39.2