From: Jouni Malinen Date: Fri, 25 Oct 2019 11:36:50 +0000 (+0300) Subject: tests: Remove SAE H2E testing with group 26 X-Git-Tag: hostap_2_10~2246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ab3510dade369a1725fa65027a08512c367bd8a;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_sae.py b/tests/hwsim/test_sae.py index dad77cece..81512ceab 100644 --- a/tests/hwsim/test_sae.py +++ b/tests/hwsim/test_sae.py @@ -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)