From 87429fc687d0cb6fdfc1c7105fa91d5f7e44ea02 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 14 Mar 2021 01:05:08 +0200 Subject: [PATCH] tests: Check DPP capability in couple of forgotten cases Signed-off-by: Jouni Malinen --- tests/hwsim/test_dpp.py | 2 ++ 1 file changed, 2 insertions(+) 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)