]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix copy-paste issues in SAE H2E group tests
authorJouni Malinen <jouni@codeaurora.org>
Fri, 25 Oct 2019 11:31:01 +0000 (14:31 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 25 Oct 2019 16:29:53 +0000 (19:29 +0300)
These test cases were all using group 21 even though they were supposed
to go through all the possible groups.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_sae.py

index 2f612dfe76d731b7948b30d1fb364addbe7f2f22..dad77cece735a431ed2f07f8fad3c9dbc9459275 100644 (file)
@@ -1723,24 +1723,24 @@ def test_sae_pwe_group_21(dev, apdev):
     run_sae_pwe_group(dev, apdev, 21)
 
 def test_sae_pwe_group_25(dev, apdev):
-    """SAE PWE derivation options with group 21"""
-    run_sae_pwe_group(dev, apdev, 21)
+    """SAE PWE derivation options with group 25"""
+    run_sae_pwe_group(dev, apdev, 25)
 
 def test_sae_pwe_group_26(dev, apdev):
-    """SAE PWE derivation options with group 21"""
-    run_sae_pwe_group(dev, apdev, 21)
+    """SAE PWE derivation options with group 26"""
+    run_sae_pwe_group(dev, apdev, 26)
 
 def test_sae_pwe_group_28(dev, apdev):
-    """SAE PWE derivation options with group 21"""
-    run_sae_pwe_group(dev, apdev, 21)
+    """SAE PWE derivation options with group 28"""
+    run_sae_pwe_group(dev, apdev, 28)
 
 def test_sae_pwe_group_29(dev, apdev):
-    """SAE PWE derivation options with group 21"""
-    run_sae_pwe_group(dev, apdev, 21)
+    """SAE PWE derivation options with group 29"""
+    run_sae_pwe_group(dev, apdev, 29)
 
 def test_sae_pwe_group_30(dev, apdev):
-    """SAE PWE derivation options with group 21"""
-    run_sae_pwe_group(dev, apdev, 21)
+    """SAE PWE derivation options with group 30"""
+    run_sae_pwe_group(dev, apdev, 30)
 
 def test_sae_pwe_group_1(dev, apdev):
     """SAE PWE derivation options with group 1"""