]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: eap_pwd_perform_confirm_exchange() local failure
authorJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 15:35:47 +0000 (18:35 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 13 Apr 2019 15:35:47 +0000 (18:35 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_eap_proto.py

index acc123b7de86e663a8c2b6e54debd0eae46b5fd9..3aa65b8f0eaa058a00c93a6483e87f551fe4700f 100644 (file)
@@ -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",