tests: Fix a test case name
The test case name ap_ft_pmf_over_ds was used for two different test cases which resulted in only one of those being used. Fix this by using unique test case names. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
e942c32e97
commit
aa2f595bf2
1 changed files with 2 additions and 2 deletions
|
@ -950,8 +950,8 @@ def test_ap_ft_over_ds_unexpected(dev, apdev):
|
|||
msg['payload'] = binascii.unhexlify("0602" + addrs + "00003603a1b20137660000" + "00000000000000000000000000000000" + "0000000000000000000000000000000000000000000000000000000000000000" + snonce + "030a" + r0khid + "0106000102030405")
|
||||
hapd1ap.mgmt_tx(msg)
|
||||
|
||||
def test_ap_ft_pmf_over_ds(dev, apdev):
|
||||
"""WPA2-PSK-FT AP over DS with PMF"""
|
||||
def test_ap_ft_pmf_bip_over_ds(dev, apdev):
|
||||
"""WPA2-PSK-FT AP over DS with PMF/BIP"""
|
||||
run_ap_ft_pmf_bip_over_ds(dev, apdev, None)
|
||||
|
||||
def test_ap_ft_pmf_bip_cmac_128_over_ds(dev, apdev):
|
||||
|
|
Loading…
Add table
Reference in a new issue