zephyr/tests/drivers/bbram/testcase.yaml
Andrej Butok e53eec0851 yaml: use EXTRA_CONF_FILE in .yaml files
Use EXTRA_CONF_FILE in sample yaml files,
that replaced deprecated OVERLAY_CONFIG
since the Zephyr v3.4 release.

Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
2024-10-17 09:45:25 +02:00

32 lines
807 B
YAML

# Copyright 2021 Google LLC
# SPDX-License-Identifier: Apache-2.0
common:
tags:
- drivers
- bbram
build_only: true
harness: ztest
arch_exclude: posix
tests:
drivers.bbram.it8xxx2:
filter: dt_compat_enabled("ite,it8xxx2-bbram")
integration_platforms:
- it82xx2_evb
drivers.bbram.npcx:
filter: dt_compat_enabled("nuvoton,npcx-bbram")
integration_platforms:
- npcx9m6f_evb
drivers.bbram.stm32:
extra_args: EXTRA_CONF_FILE="stm32.conf"
filter: dt_compat_enabled("st,stm32-bbram")
integration_platforms:
- nucleo_g071rb
- stm32f746g_disco
drivers.bbram.stm32_rtc:
extra_args: EXTRA_CONF_FILE="stm32_rtc.conf"
filter: dt_compat_enabled("st,stm32-bbram")
integration_platforms:
- nucleo_g071rb
- stm32f746g_disco