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>
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",