mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
tests: mark testcases with pm where CONFIG_PM=y is forced
This commit marks testcases that require working Power Managament with the appropriate `pm` tag to allow proper testcase filtering in the board YAML file. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
committed by
Carles Cufí
parent
1875cc9204
commit
491f27455e
@@ -3,7 +3,7 @@ tests:
|
||||
tags: benchmark
|
||||
build_only: true
|
||||
benchmark.kernel.footprints.pm:
|
||||
tags: benchmark
|
||||
tags: benchmark pm
|
||||
build_only: true
|
||||
extra_args: CONF_FILE=prj_pm.conf
|
||||
benchmark.kernel.footprints.userspace:
|
||||
|
||||
@@ -4,4 +4,4 @@ tests:
|
||||
platform_exclude: em_starterkit
|
||||
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
tags: kernel
|
||||
tags: kernel pm
|
||||
|
||||
@@ -5,4 +5,4 @@ tests:
|
||||
# consistently when coverage is enabled. Disable until 14173 is fixed.
|
||||
platform_exclude: litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet nucleo_l073rz
|
||||
tags: kernel
|
||||
tags: kernel pm
|
||||
|
||||
@@ -6,7 +6,7 @@ tests:
|
||||
arch_exclude: nios2 posix
|
||||
platform_exclude: litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
|
||||
nrf5340dk_nrf5340_cpunet
|
||||
tags: kernel timer userspace
|
||||
tags: kernel timer userspace pm
|
||||
kernel.timer.no_multitheading:
|
||||
tags: kernel timer
|
||||
platform_allow: qemu_cortex_m3 nsim_em nsim_em7d_v22 nsim_hs nsim_hs_mpuv6
|
||||
|
||||
Reference in New Issue
Block a user