]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update dpp_peer_intro_local_failures to match implementation
authorJouni Malinen <jouni@codeaurora.org>
Sun, 10 May 2020 12:36:24 +0000 (15:36 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 11 May 2020 13:41:33 +0000 (16:41 +0300)
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>
tests/hwsim/test_dpp.py

index d832b98d408b9d27f6280445d657933f1903a9bd..ff3faaa0f772e61e01a33ecff77f420cce661a94 100644 (file)
@@ -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):