From: Jouni Malinen Date: Tue, 27 Nov 2018 15:00:24 +0000 (+0200) Subject: tests: Additional DPP AES-SIV local failure coverage X-Git-Tag: hostap_2_7~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c976e2c4579fbad0b0e5293b31c62deee6db036;p=thirdparty%2Fhostap.git tests: Additional DPP AES-SIV local failure coverage Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 6bb63b969..bd1e30488 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -4847,6 +4847,7 @@ def test_dpp_pkex_test_fail(dev, apdev): # Local error cases on the Responder tests = [ (1, "aes_siv_encrypt;dpp_auth_build_resp"), + (1, "aes_siv_encrypt;dpp_auth_build_resp;dpp_auth_build_resp_ok"), (1, "os_get_random;dpp_build_conf_req"), (1, "aes_siv_encrypt;dpp_build_conf_req"), (1, "os_get_random;dpp_auth_build_resp_ok"),