1common:
2  tags: cpu_load
3  arch_allow: arm
4  filter: CONFIG_CPU_CORTEX_M
5tests:
6  debug.cpu_load:
7    integration_platforms:
8      - mps2/an385
9  debug.cpu_load.counter:
10    platform_allow:
11      - nrf52840dk/nrf52840
12      - nrf54h20dk/nrf54h20/cpuapp
13    integration_platforms:
14      - nrf52840dk/nrf52840
15    extra_configs:
16      - CONFIG_CPU_LOAD_USE_COUNTER=y
17  debug.cpu_load.periodic_report:
18    integration_platforms:
19      - mps2/an385
20    extra_configs:
21      - CONFIG_CPU_LOAD_LOG_PERIODICALLY=50
22      - CONFIG_LOG=y
23      - CONFIG_TEST_LOGGING_DEFAULTS=n
24      - CONFIG_LOG_PRINTK=n
25      - CONFIG_LOG_BACKEND_UART=n
26      - CONFIG_LOG_MODE_IMMEDIATE=y
27