From 269a78786e27ddc68fea3f08475dd396e16fe82d Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Thu, 6 Feb 2020 03:46:17 +0200 Subject: [PATCH] tests: dpp_pkex_alloc_fail to match implementation change The new dpp_alloc_auth() function addition changed function call backtraces for memory allocation failure tests. Signed-off-by: Jouni Malinen --- tests/hwsim/test_dpp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index cb3b841c7..362a1c8a4 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -3501,8 +3501,8 @@ def test_dpp_pkex_alloc_fail(dev, apdev): (1, "dpp_alloc_msg;dpp_auth_build_conf"), (1, "dpp_bootstrap_key_hash"), (1, "dpp_auth_init"), + (1, "dpp_alloc_auth"), (1, "=dpp_auth_resp_rx"), - (2, "=dpp_auth_resp_rx"), (1, "dpp_build_conf_start"), (1, "dpp_build_conf_obj_dpp"), (2, "dpp_build_conf_obj_dpp"), @@ -3552,8 +3552,8 @@ def test_dpp_pkex_alloc_fail(dev, apdev): (1, "dpp_alloc_msg;dpp_pkex_build_commit_reveal_resp"), (1, "dpp_alloc_msg;dpp_auth_build_resp"), (1, "dpp_get_pubkey_point;dpp_auth_build_resp_ok"), + (1, "dpp_alloc_auth"), (1, "=dpp_auth_req_rx"), - (2, "=dpp_auth_req_rx"), (1, "=dpp_auth_conf_rx"), (1, "json_parse;dpp_parse_jws_prot_hdr"), (1, "json_get_member_base64url;dpp_parse_jws_prot_hdr"), -- 2.47.2