tests: Fix copy-paste issues in SAE H2E group tests
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>
This commit is contained in:
parent
305369038b
commit
71e276f90f
1 changed files with 10 additions and 10 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue