Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions tests/drivers/entropy/api/boards/nucleo_wb07cc.overlay

This file was deleted.

15 changes: 0 additions & 15 deletions tests/drivers/entropy/api/boards/nucleo_wb09ke.overlay

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024 STMicroelectronics
* Copyright (c) 2025 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
7 changes: 7 additions & 0 deletions tests/drivers/entropy/api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ tests:
- driver
- entropy
- psa-crypto
drivers.entropy.stm32:
filter: CONFIG_SOC_FAMILY_STM32 and
(dt_compat_enabled("st,stm32-rng") or dt_compat_enabled("st,stm32-rng-noirq"))
extra_args: "DTC_OVERLAY_FILE=./stm32_rng.overlay"
tags:
- driver
- entropy
Loading