]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update SAE suitable_groups list to match implementation
authorJouni Malinen <j@w1.fi>
Sat, 3 Aug 2019 13:32:14 +0000 (16:32 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 3 Aug 2019 13:32:14 +0000 (16:32 +0300)
Remove the groups that use Brainpool curves from the test case so that
this matches the updated implementation.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_sae.py

index b04ed8f225f4512d424acd6ac1311cb7a8a57e98..792add9a19a81f072d916ffae964ce54c71a900a 100644 (file)
@@ -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")