tests: Remove SAE H2E testing with group 26

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>
This commit is contained in:
Jouni Malinen 2019-10-25 14:36:50 +03:00 committed by Jouni Malinen
parent 71e276f90f
commit 7ab3510dad

View 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)