Skip to content

Commit 620bd5d

Browse files
fabiobaltiericarlescufi
authored andcommitted
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 <[email protected]>
1 parent a391a8a commit 620bd5d

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

samples/sensor/esp32_temp_sensor/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ sample:
33
name: esp32_temp_sensor
44
tests:
55
sample.sensor.esp32_temp_sensor:
6-
tags: sensors
7-
tags: tests
6+
tags: sensors tests
87
filter: dt_compat_enabled("espressif,esp32-temp")
98
harness: console
109
harness_config:

samples/sensor/stm32_temp_sensor/sample.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ sample:
44
tests:
55
sample.sensor.stm32_temp_sensor:
66
depends_on: adc
7-
tags: sensors
8-
tags: tests
7+
tags: sensors tests
98
filter: dt_compat_enabled("st,stm32-temp-cal") or dt_compat_enabled("st,stm32-temp")
109
harness: console
1110
harness_config:

samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
3232
integration_platforms:
3333
- nrf52840dk_nrf52840
34-
sample.mcumgr.smp_svr.serial:
34+
sample.mcumgr.smp_svr.serial-console:
3535
extra_args: OVERLAY_CONFIG="overlay-serial-console.conf"
3636
platform_allow: nrf52840dk_nrf52840 pinnacle_100_dvk mg100
3737
integration_platforms:

tests/drivers/build_all/pwm/testcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tests:
1919
tags: pwm_mcux_pwt
2020
extra_configs:
2121
- CONFIG_PWM_CAPTURE=y
22-
drivers.pwm.mcux.ftm.build:
22+
drivers.pwm.mcux.tpm.build:
2323
platform_allow: frdm_kw41z
2424
tags: pwm_mcux_tpm
2525
drivers.pwm.mcux.build:

tests/lib/cbprintf_package/testcase.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ tests:
125125
- CONFIG_PICOLIBC=y
126126

127127
libraries.cbprintf_package_fp.picolibc:
128-
filter: CONFIG_CPU_HAS_FPU
129-
filter: CONFIG_PICOLIBC_SUPPORTED
128+
filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
130129
tags: picolibc
131130
extra_configs:
132131
- CONFIG_CBPRINTF_FP_SUPPORT=y
@@ -153,8 +152,7 @@ tests:
153152
- CONFIG_PICOLIBC=y
154153

155154
libraries.cbprintf_package_fp_cpp.picolibc:
156-
filter: CONFIG_CPU_HAS_FPU
157-
filter: CONFIG_PICOLIBC_SUPPORTED
155+
filter: CONFIG_CPU_HAS_FPU and CONFIG_PICOLIBC_SUPPORTED
158156
tags: picolibc
159157
extra_configs:
160158
- CONFIG_CPLUSPLUS=y

0 commit comments

Comments
 (0)