hal: combine security peripherals test applications

This commit is contained in:
harshal.patil
2023-05-11 12:20:27 +05:30
parent a8a2b08b4c
commit 647c2dabfe
13 changed files with 104 additions and 78 deletions
@@ -0,0 +1,11 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: CC0-1.0
import pytest
from pytest_embedded import Dut
@pytest.mark.supported_targets
@pytest.mark.generic
def test_security(dut: Dut) -> None:
dut.expect('main_task: Returned from app_main()')