samples, tests: fix key-duplicates in sample.yaml files

Fix few duplicate keys warnings in sample.yaml and testcase.yaml files,
this is going to enable some tests that were otherwise being
unintentionally ignored.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-01-03 16:13:31 +00:00 committed by Carles Cufí
commit 620bd5d817
5 changed files with 6 additions and 10 deletions

View file

@ -3,8 +3,7 @@ sample:
name: esp32_temp_sensor name: esp32_temp_sensor
tests: tests:
sample.sensor.esp32_temp_sensor: sample.sensor.esp32_temp_sensor:
tags: sensors tags: sensors tests
tags: tests
filter: dt_compat_enabled("espressif,esp32-temp") filter: dt_compat_enabled("espressif,esp32-temp")
harness: console harness: console
harness_config: harness_config:

View file

@ -4,8 +4,7 @@ sample:
tests: tests:
sample.sensor.stm32_temp_sensor: sample.sensor.stm32_temp_sensor:
depends_on: adc depends_on: adc
tags: sensors tags: sensors tests
tags: tests
filter: dt_compat_enabled("st,stm32-temp-cal") or dt_compat_enabled("st,stm32-temp") filter: dt_compat_enabled("st,stm32-temp-cal") or dt_compat_enabled("st,stm32-temp")
harness: console harness: console
harness_config: harness_config:

View file

@ -31,7 +31,7 @@ tests:
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100 platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
integration_platforms: integration_platforms:
- nrf52840dk_nrf52840 - nrf52840dk_nrf52840
sample.mcumgr.smp_svr.serial: sample.mcumgr.smp_svr.serial-console:
extra_args: OVERLAY_CONFIG="overlay-serial-console.conf" extra_args: OVERLAY_CONFIG="overlay-serial-console.conf"
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100 platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
integration_platforms: integration_platforms:

View file

@ -19,7 +19,7 @@ tests:
tags: pwm_mcux_pwt tags: pwm_mcux_pwt
extra_configs: extra_configs:
- CONFIG_PWM_CAPTURE=y - CONFIG_PWM_CAPTURE=y
drivers.pwm.mcux.ftm.build: drivers.pwm.mcux.tpm.build:
platform_allow: frdm_kw41z platform_allow: frdm_kw41z
tags: pwm_mcux_tpm tags: pwm_mcux_tpm
drivers.pwm.mcux.build: drivers.pwm.mcux.build:

View file

@ -125,8 +125,7 @@ tests:
- CONFIG_PICOLIBC=y - CONFIG_PICOLIBC=y
libraries.cbprintf_package_fp.picolibc: libraries.cbprintf_package_fp.picolibc:
filter: CONFIG_CPU_HAS_FPU filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
filter: CONFIG_PICOLIBC_SUPPORTED
tags: picolibc tags: picolibc
extra_configs: extra_configs:
- CONFIG_CBPRINTF_FP_SUPPORT=y - CONFIG_CBPRINTF_FP_SUPPORT=y
@ -153,8 +152,7 @@ tests:
- CONFIG_PICOLIBC=y - CONFIG_PICOLIBC=y
libraries.cbprintf_package_fp_cpp.picolibc: libraries.cbprintf_package_fp_cpp.picolibc:
filter: CONFIG_CPU_HAS_FPU filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
filter: CONFIG_PICOLIBC_SUPPORTED
tags: picolibc tags: picolibc
extra_configs: extra_configs:
- CONFIG_CPLUSPLUS=y - CONFIG_CPLUSPLUS=y