From: Jouni Malinen Date: Sat, 3 Aug 2019 13:32:14 +0000 (+0300) Subject: tests: Update SAE suitable_groups list to match implementation X-Git-Tag: hostap_2_9~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e57e3f12b4639ace1420bc3a921034ab31299fa8;p=thirdparty%2Fhostap.git 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 --- 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")