]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove SAE H2E testing with group 26
authorJouni Malinen <jouni@codeaurora.org>
Fri, 25 Oct 2019 11:36:50 +0000 (14:36 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 25 Oct 2019 16:29:53 +0000 (19:29 +0300)
This is in preparation of an implementation to to remove the alternative
SSWU path that was needed only for this particular group.

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

index dad77cece735a431ed2f07f8fad3c9dbc9459275..81512ceab263747c9090ef5c3042918c5a3e4633 100644 (file)
@@ -1726,10 +1726,6 @@ def test_sae_pwe_group_25(dev, apdev):
     """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 26"""
-    run_sae_pwe_group(dev, apdev, 26)
-
 def test_sae_pwe_group_28(dev, apdev):
     """SAE PWE derivation options with group 28"""
     run_sae_pwe_group(dev, apdev, 28)