From: Jouni Malinen Date: Sat, 13 Mar 2021 23:05:08 +0000 (+0200) Subject: tests: Check DPP capability in couple of forgotten cases X-Git-Tag: hostap_2_10~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87429fc687d0cb6fdfc1c7105fa91d5f7e44ea02;p=thirdparty%2Fhostap.git tests: Check DPP capability in couple of forgotten cases Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 691a2eaf4..e3283a678 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -305,6 +305,7 @@ def test_dpp_configurator_enrollee_brainpoolP512r1(dev, apdev): def test_dpp_configurator_enroll_conf(dev, apdev): """DPP Configurator enrolling followed by use of the new Configurator""" + check_dpp_capab(dev[0], min_ver=2) try: dev[0].set("dpp_config_processing", "2") run_dpp_configurator_enroll_conf(dev, apdev) @@ -5995,6 +5996,7 @@ def dpp_sign_cert(cacert, cakey, csr_der): def test_dpp_enterprise(dev, apdev, params): """DPP and enterprise EAP-TLS provisioning""" + check_dpp_capab(dev[0], min_ver=2) try: dev[0].set("dpp_config_processing", "2") run_dpp_enterprise(dev, apdev, params)