feat: enable security related testcases for c5 and c61

This commit is contained in:
nilesh.kale
2024-10-21 14:24:36 +05:30
parent e8a6f418d8
commit 854101959d
3 changed files with 16 additions and 28 deletions

View File

@@ -27,6 +27,7 @@ def test_mbedtls_esp32_compiler_perf_opt(dut: Dut) -> None:
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c3
@pytest.mark.esp32c5
@pytest.mark.generic
@pytest.mark.parametrize(
'config',
@@ -43,6 +44,7 @@ def test_mbedtls_aes_no_hw(dut: Dut) -> None:
@pytest.mark.esp32s2
@pytest.mark.esp32s3
@pytest.mark.esp32c5
@pytest.mark.esp32c61
@pytest.mark.generic
@pytest.mark.parametrize(
'config',