From: Jouni Malinen Date: Thu, 6 Feb 2020 01:46:17 +0000 (+0200) Subject: tests: dpp_pkex_alloc_fail to match implementation change X-Git-Tag: hostap_2_10~1872 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269a78786e27ddc68fea3f08475dd396e16fe82d;p=thirdparty%2Fhostap.git 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 --- 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"),