Skip to content

Commit c741ec9

Browse files
committed
[nrf noup] tests: Disable mbedtls legacy for 54H20
Disable the mbedtls legacy tests for the nRF54H20. We now enable the PSA entropy driver for the nRF54H20 which is incompatible with the mbedtls legacy APIs. Noup since we only enable the PSA entropy driver in NCS and not upstream. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent c2a7bec commit c741ec9

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

tests/crypto/mbedtls/testcase.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ common:
88
timeout: 400
99
tests:
1010
crypto.mbedtls:
11-
platform_exclude: m2gl025_miv
11+
platform_exclude:
12+
- m2gl025_miv
13+
- nrf54h20dk/nrf54h20/cpuapp
14+
- nrf54h20dk/nrf54h20/cpurad
1215
extra_configs:
1316
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
1417
- arch:riscv64:CONFIG_ZTEST_STACK_SIZE=8192

tests/crypto/mbedtls_psa/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
# latter case will allow to test
1818
# CONFIG_MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG_ALLOW_NON_CSPRNG.
1919
common:
20-
filter: not CONFIG_BUILD_WITH_TFM
20+
filter: not CONFIG_BUILD_WITH_TFM and
21+
not CONFIG_PSA_SSF_CRYPTO_CLIENT
2122
tags:
2223
- mbedtls
2324
- psa

tests/crypto/secp256r1/testcase.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ common:
33
CONFIG_CSPRNG_ENABLED and
44
CONFIG_HARDWARE_DEVICE_CS_GENERATOR and
55
not CONFIG_BUILD_WITH_TFM and
6-
not (CONFIG_MBEDTLS and CONFIG_TINYCRYPT)
6+
not (CONFIG_MBEDTLS and CONFIG_TINYCRYPT) and
7+
not CONFIG_PSA_SSF_CRYPTO_CLIENT
8+
79
tags:
810
- mbedtls
911
- tinycrypt

0 commit comments

Comments
 (0)