Skip to content

Commit 069dbc9

Browse files
tomi-fontjukkar
authored andcommitted
[nrf fromlist] samples: psa: specify integration_platforms
Explicitly specify native_sim as integration platform for better PR CI coverage. Signed-off-by: Tomi Fontanilles <[email protected]> Upstream PR #: 94171 (cherry picked from commit 5161a6a)
1 parent a6efe59 commit 069dbc9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

samples/psa/its/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sample:
22
name: PSA ITS API sample
33
description: Demonstration of PSA Internal Trusted Storage (ITS) API usage.
44
common:
5+
integration_platforms:
6+
- native_sim
57
tags:
68
- psa.secure_storage
79
timeout: 10

samples/psa/persistent_key/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ sample:
22
name: PSA Crypto persistent key sample
33
description: Demonstration of persistent key usage in the PSA Crypto API.
44
common:
5+
integration_platforms:
6+
- native_sim
57
tags:
68
- psa.secure_storage
79
timeout: 10

0 commit comments

Comments
 (0)