From 7ab3510dade369a1725fa65027a08512c367bd8a Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 25 Oct 2019 14:36:50 +0300 Subject: [PATCH] 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 --- tests/hwsim/test_sae.py | 4 ---- 1 file changed, 4 deletions(-) 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)