From: Jouni Malinen Date: Fri, 27 Mar 2020 18:00:42 +0000 (+0200) Subject: tests: dpp_controller_rx_failure to match implementation changes X-Git-Tag: hostap_2_10~1537 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef46f143bca2be900aa0d6d1b3bcec7e880889f2;p=thirdparty%2Fhostap.git tests: dpp_controller_rx_failure to match implementation changes Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 80133225e..2365b5a36 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -4763,7 +4763,7 @@ def run_dpp_controller_rx_failure(dev, apdev): "eloop_sock_table_add_sock;?eloop_register_sock;dpp_controller_tcp_cb", "dpp_controller_rx", "dpp_controller_rx_auth_req", - "wpabuf_alloc;=dpp_controller_rx_auth_req"] + "wpabuf_alloc;=dpp_tcp_send_msg;dpp_controller_rx_auth_req"] cmd = "DPP_AUTH_INIT peer=%d tcp_addr=127.0.0.1" % peer for func in tests: with alloc_fail(dev[0], 1, func):