hal: add digital signature peripheral verification tests

- also renamed the security test app to crypto test app
This commit is contained in:
harshal.patil
2023-05-11 18:04:48 +05:30
parent 9b27fa73a7
commit 7330851db0
19 changed files with 967 additions and 6 deletions

View File

@@ -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_crypto(dut: Dut) -> None:
dut.expect('main_task: Returned from app_main()')