mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
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:
@@ -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
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user