samples: psa: specify integration_platforms

Explicitly specify native_sim as integration platform for better PR
CI coverage.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles
2025-08-06 14:54:18 +03:00
committed by Benjamin Cabé
parent 254a1daa07
commit 91029d7c0b
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ sample:
name: PSA ITS API sample
description: Demonstration of PSA Internal Trusted Storage (ITS) API usage.
common:
integration_platforms:
- native_sim
tags:
- psa.secure_storage
timeout: 10

View File

@@ -2,6 +2,8 @@ sample:
name: PSA Crypto persistent key sample
description: Demonstration of persistent key usage in the PSA Crypto API.
common:
integration_platforms:
- native_sim
tags:
- psa.secure_storage
timeout: 10