From: Jouni Malinen Date: Fri, 30 Nov 2018 11:39:19 +0000 (+0200) Subject: tests: DPP and Auth Resp(status) build failure X-Git-Tag: hostap_2_7~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ea96dbd0cb32ceddccee8707b7ecdf4c0131c4;p=thirdparty%2Fhostap.git tests: DPP and Auth Resp(status) build failure Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index bd2e7ab00..509d9e1bc 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -5159,3 +5159,9 @@ def test_dpp_bootstrap_key_autogen_issues(dev, apdev): if "FAIL" not in dev[1].request(cmd): raise Exception("Failure not reported") dev[0].request("DPP_STOP_LISTEN") + +def test_dpp_auth_resp_status_failure(dev, apdev): + """DPP and Auth Resp(status) build failure""" + with alloc_fail(dev[0], 1, "dpp_auth_build_resp"): + run_dpp_proto_auth_resp_missing(dev, 99999, None, + incompatible_roles=True)