From 9eadebe3d41dcc4adf0490475a2916a5dac6151f Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 27 Nov 2018 16:41:25 +0200 Subject: [PATCH] tests: DPP local failure on hashing public key for PKEX bootstrap info Signed-off-by: Jouni Malinen --- tests/hwsim/test_dpp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 0663ec717..886545527 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -4808,7 +4808,8 @@ def test_dpp_pkex_test_fail(dev, apdev): (1, "aes_siv_encrypt;dpp_pkex_build_commit_reveal_req"), (1, "hmac_sha256_vector;dpp_pkex_rx_exchange_resp"), (1, "aes_siv_decrypt;dpp_pkex_rx_commit_reveal_resp"), - (1, "hmac_sha256_vector;dpp_pkex_rx_commit_reveal_resp") ] + (1, "hmac_sha256_vector;dpp_pkex_rx_commit_reveal_resp"), + (1, "dpp_bootstrap_key_hash") ] for count, func in tests: dev[0].request("DPP_STOP_LISTEN") dev[1].request("DPP_STOP_LISTEN")