fix(esp_tee): Fix coverity issues from the attestation component

- Also fix the incorrect marker set for TEE OTA tests
This commit is contained in:
Laukik Hase
2025-06-23 11:44:30 +05:30
parent ffebb32117
commit 9b1aaa2778
2 changed files with 5 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ CONFIG_DEFAULT = [
CONFIG_OTA = [
# 'config, target, skip_autoflash, markers',
('ota', target, 'y', (pytest.mark.host_test,))
('ota', target, 'y', (pytest.mark.generic,))
for target in SUPPORTED_TARGETS
]