From: Jouni Malinen Date: Mon, 21 Feb 2022 16:34:42 +0000 (+0200) Subject: tests: Fix a test case name X-Git-Tag: hostap_2_11~2222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa2f595bf29f6b6889a5ce963a4fb15eb335f173;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_ft.py b/tests/hwsim/test_ap_ft.py index 9fc34429c..fb93e07f4 100644 --- a/tests/hwsim/test_ap_ft.py +++ b/tests/hwsim/test_ap_ft.py @@ -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):