When CONFIG_DPP is not defined these tests would fail. Skip them.
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
def test_dpp_pkex_config(dev, apdev):
"""DPP and PKEX with initiator as the configurator"""
+ check_dpp_capab(dev[1])
+
cmd = "DPP_CONFIGURATOR_ADD"
res = dev[1].request(cmd);
if "FAIL" in res:
def test_dpp_pkex_config2(dev, apdev):
"""DPP and PKEX with responder as the configurator"""
+ check_dpp_capab(dev[0])
+
cmd = "DPP_CONFIGURATOR_ADD"
res = dev[0].request(cmd);
if "FAIL" in res: