Skip to content

Commit 3d11792

Browse files
bayrem-gharsellaouijhedberg
authored andcommitted
tests: crypto: Add nucleo_u575zi_q support to crypto_hash test
Enable crypto.hash test on nucleo_u575zi_q board Signed-off-by: Bayrem Gharsellaoui <[email protected]>
1 parent 8a901ed commit 3d11792

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/crypto/crypto_hash/src/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#define CRYPTO_DRV_NAME CONFIG_CRYPTO_MBEDTLS_SHIM_DRV_NAME
1414
#elif DT_HAS_COMPAT_STATUS_OKAY(renesas_smartbond_crypto)
1515
#define CRYPTO_DEV_COMPAT renesas_smartbond_crypto
16+
#elif DT_HAS_COMPAT_STATUS_OKAY(st_stm32_hash)
17+
#define CRYPTO_DEV_COMPAT st_stm32_hash
1618
#else
1719
#error "You need to enable one crypto device"
1820
#endif

tests/crypto/crypto_hash/testcase.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ tests:
22
crypto.hash:
33
platform_allow:
44
- native_sim
5+
- nucleo_u575zi_q
56
integration_platforms:
67
- native_sim
8+
- nucleo_u575zi_q
79
extra_args: EXTRA_CONF_FILE=prj_mtls_shim.conf
810
tags: crypto

0 commit comments

Comments
 (0)