]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use group 20 instead of 25 in some SAE test cases
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:47:58 +0000 (13:47 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:47:58 +0000 (13:47 +0300)
BoringSSL does not support group 25, so replace these cases with a
supported group 20 to meet the real testing need here.

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

index cbc2857f98cb1c1e5b8ec723d1be0618ab838603..ef4a8b53351035a258b946aa83a8d26d6cbd206a 100644 (file)
@@ -661,11 +661,11 @@ def test_wpas_mesh_secure_sae_group_negotiation(dev, apdev):
     addr1 = dev[1].own_addr()
 
     #dev[0].request("SET sae_groups 21 20 25 26")
-    dev[0].request("SET sae_groups 25")
+    dev[0].request("SET sae_groups 20")
     id = add_mesh_secure_net(dev[0])
     dev[0].mesh_group_add(id)
 
-    dev[1].request("SET sae_groups 19 25")
+    dev[1].request("SET sae_groups 19 20")
     id = add_mesh_secure_net(dev[1])
     dev[1].mesh_group_add(id)
 
@@ -1832,7 +1832,7 @@ def test_mesh_sae_groups_invalid(dev, apdev):
     """Mesh with invalid SAE group configuration"""
     check_mesh_support(dev[0], secure=True)
 
-    dev[0].request("SET sae_groups 25")
+    dev[0].request("SET sae_groups 20")
     id = add_mesh_secure_net(dev[0])
     dev[0].mesh_group_add(id)