mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
tests: Update dpp_peer_intro_local_failures to match implementation
The memory allocation in dpp_peer_intro() was moved into a helper function dpp_check_signed_connector(), so update the test case to match. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
94f73f90ef
commit
b227515fae
@ -4214,7 +4214,7 @@ def test_dpp_peer_intro_local_failures(dev, apdev):
|
||||
tests = [(1, "base64_gen_decode;dpp_peer_intro"),
|
||||
(1, "json_parse;dpp_peer_intro"),
|
||||
(50, "json_parse;dpp_peer_intro"),
|
||||
(1, "=dpp_peer_intro"),
|
||||
(1, "=dpp_check_signed_connector;dpp_peer_intro"),
|
||||
(1, "dpp_parse_jwk")]
|
||||
for count, func in tests:
|
||||
with alloc_fail(dev[0], count, func):
|
||||
|
Loading…
Reference in New Issue
Block a user