tests: drivers: clock_control: Add nRF54L15 to platform allow

Add nRF54L15 to platform_allow in the sample.yaml:
- clock_control_api,
- nrf_clock_calibration,
- nrf_lf_clock_start,
- onoff.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
This commit is contained in:
Sebastian Głąb 2024-04-05 10:43:41 +02:00 committed by Carles Cufí
commit 5600ae335b
4 changed files with 13 additions and 0 deletions

View file

@ -8,6 +8,7 @@ tests:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
- nrf51dk/nrf51822
drivers.clock.clock_control_nrf5_lfclk_rc:
@ -18,6 +19,7 @@ tests:
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf54l15pdk/nrf54l15/cpuapp
integration_platforms:
- nrf51dk/nrf51822
extra_args: CONF_FILE="nrf_lfclk_rc.conf"