Skip to content

Commit d57686f

Browse files
frkvrlubos
authored andcommitted
crypto: samples: Add RSA integration test for SHA-256 sample
-This adds a build-target for RSA based MCUboot configuration in the SHA-256 sample for nRF53 and nRF54L15 device. Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent f2fc87c commit d57686f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

samples/crypto/sha256/sample.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,19 @@ tests:
119119
- nrf5340dk/nrf5340/cpuapp/ns
120120
- nrf52840dk/nrf52840
121121
- nrf54h20dk/nrf54h20/cpuapp
122+
sample.nrf_security.sha256.integration.rsa:
123+
build_only: true
124+
extra_args:
125+
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
126+
- SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y
127+
platform_allow:
128+
- nrf5340dk/nrf5340/cpuapp
129+
- nrf54l15dk/nrf54l15/cpuapp
130+
integration_platforms:
131+
- nrf5340dk/nrf5340/cpuapp
132+
- nrf54l15dk/nrf54l15/cpuapp
133+
tags:
134+
- sysbuild
122135
sample.sha256.cracen.crypto_service:
123136
sysbuild: true
124137
tags:

0 commit comments

Comments
 (0)