]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Specify correct function name for failure
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 14 Jun 2024 08:13:45 +0000 (10:13 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 16:49:46 +0000 (19:49 +0300)
The test expects rsn_pmkid_suite_b_192() to fail but specified only
rsn_pmkid_suite_b without the _192 postfix. Add the postfix so that the
function matching can be fixed later.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/hwsim/test_suite_b.py

index d03a39deef0695a1ee7845f306e5b830e7bb22f0..ddd1c2ee7dc7f43a4cdd318be861ec6b489003fb 100644 (file)
@@ -333,7 +333,7 @@ def test_suite_b_192_pmkid_failure(dev, apdev):
     params = suite_b_192_ap_params()
     hapd = hostapd.add_ap(apdev[0], params)
 
-    with fail_test(dev[0], 1, "rsn_pmkid_suite_b"):
+    with fail_test(dev[0], 1, "rsn_pmkid_suite_b_192"):
         dev[0].connect("test-suite-b", key_mgmt="WPA-EAP-SUITE-B-192",
                        ieee80211w="2",
                        openssl_ciphers="SUITEB192",