]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix a test case name
authorJouni Malinen <quic_jouni@quicinc.com>
Mon, 21 Feb 2022 16:34:42 +0000 (18:34 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Feb 2022 16:34:42 +0000 (18:34 +0200)
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>
tests/hwsim/test_ap_ft.py

index 9fc34429cd79d2250c4ac309002967aba54d4727..fb93e07f499832b3c933eb28f6115e27b3145a4a 100644 (file)
@@ -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):