tests: dpp_controller_rx_failure to match implementation changes

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2020-03-27 20:00:42 +02:00 committed by Jouni Malinen
parent 80d0e50dc5
commit ef46f143bc

View file

@ -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):