ci(esp_tee): Sync the build manifest file and test scripts for ESP-TEE examples

This commit is contained in:
Laukik Hase
2025-12-08 17:51:04 +05:30
parent 81c961a656
commit f6b8795435
6 changed files with 21 additions and 13 deletions

View File

@@ -7,9 +7,11 @@ import pytest
from pytest_embedded import Dut
from pytest_embedded_idf.utils import idf_parametrize
TESTING_TARGETS = ['esp32c6', 'esp32h2', 'esp32c5', 'esp32c61']
@pytest.mark.generic
@idf_parametrize('target', ['esp32c6', 'esp32c5', 'esp32c61'], indirect=['target'])
@idf_parametrize('target', TESTING_TARGETS, indirect=['target'])
def test_example_tee_basic(dut: Dut) -> None:
# Logging example binary details
binary_files = [