From: Jouni Malinen Date: Sat, 13 Apr 2019 15:35:47 +0000 (+0300) Subject: tests: eap_pwd_perform_confirm_exchange() local failure X-Git-Tag: hostap_2_8~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c98f95581adfcce7e0a2556297a0252401c500;p=thirdparty%2Fhostap.git tests: eap_pwd_perform_confirm_exchange() local failure Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_eap_proto.py b/tests/hwsim/test_eap_proto.py index acc123b7d..3aa65b8f0 100644 --- a/tests/hwsim/test_eap_proto.py +++ b/tests/hwsim/test_eap_proto.py @@ -6895,7 +6895,8 @@ def test_eap_proto_pwd_errors(dev, apdev): dev[0].wait_disconnected() funcs = ["eap_pwd_getkey", "eap_pwd_get_emsk", - "=wpabuf_alloc;eap_pwd_perform_commit_exchange"] + "=wpabuf_alloc;eap_pwd_perform_commit_exchange", + "=wpabuf_alloc;eap_pwd_perform_confirm_exchange"] for func in funcs: with alloc_fail(dev[0], 1, func): dev[0].connect("eap-test", key_mgmt="WPA-EAP", scan_freq="2412",