]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use group 26 instead of 25 in mesh test cases
authorJouni Malinen <j@w1.fi>
Sat, 18 Nov 2017 11:57:59 +0000 (13:57 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 18 Nov 2017 15:50:08 +0000 (17:50 +0200)
This allows mesh_sae_groups_invalid and
wpas_mesh_secure_sae_group_negotiation to be run with BoringSSL (group
25 not available anymore).

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

index 5e01e9dce8b8878c90d472499fba7df8b1ced14e..c3cfb7b0b46e0b10c2feb67c2339e1cd10c27127 100644 (file)
@@ -490,11 +490,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 26")
     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 26")
     id = add_mesh_secure_net(dev[1])
     dev[1].mesh_group_add(id)
 
@@ -1669,7 +1669,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 26")
     id = add_mesh_secure_net(dev[0])
     dev[0].mesh_group_add(id)