]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: dpp_controller_rx_failure to match implementation changes
authorJouni Malinen <jouni@codeaurora.org>
Fri, 27 Mar 2020 18:00:42 +0000 (20:00 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 27 Mar 2020 18:05:25 +0000 (20:05 +0200)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index 80133225e9e013943620d50f8f0fc59674395f32..2365b5a367b1b2b52d6021ad83a7ad4d7f643742 100644 (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):