zephyr/tests/subsys/debug/cpu_load/testcase.yaml
Krzysztof Chruściński 29bc28a09a tests: debug: cpu_load: Extend filtering with riscv
Allow test execution for riscv since it now supports cpu_load module.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2025-03-20 17:14:52 +01:00

29 lines
680 B
YAML

common:
tags: cpu_load
arch_allow:
- arm
- riscv
filter: CONFIG_CPU_LOAD
tests:
debug.cpu_load:
integration_platforms:
- mps2/an385
debug.cpu_load.counter:
platform_allow:
- nrf52840dk/nrf52840
- nrf54h20dk/nrf54h20/cpuapp
integration_platforms:
- nrf52840dk/nrf52840
extra_configs:
- CONFIG_CPU_LOAD_USE_COUNTER=y
debug.cpu_load.periodic_report:
integration_platforms:
- mps2/an385
extra_configs:
- CONFIG_CPU_LOAD_LOG_PERIODICALLY=50
- CONFIG_LOG=y
- CONFIG_TEST_LOGGING_DEFAULTS=n
- CONFIG_LOG_PRINTK=n
- CONFIG_LOG_BACKEND_UART=n
- CONFIG_LOG_MODE_IMMEDIATE=y