zephyr/tests/kernel/usage/thread_runtime_stats/testcase.yaml
Manuel Argüelles 738b124281 tests: kernel: usage: skip for mr_canhubk3 board
The mr_canhubk3 board enables by default an off-chip watchdog that must
be serviced to avoid triggering a reset and cannot be disabled on a
per-test basis.

test_all_stats_usage assumes the CPU was never idle before the test
starts but this is not the case for mr_canhubk3 because the off-chip
watchdog driver has a thread kicked off during device init that will
conflict with the expected usage stats on this test. So skip this test
for this board.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2023-09-18 10:37:22 +01:00

21 lines
589 B
YAML

tests:
kernel.usage:
tags: kernel
# The following architectures are excluded as they have boards that
# exhibit precision timing anomalies related to emulation.
# posix, riscv32, sparc
# The following architectures are exluded as the necessary
# thread runtime statistic hooks do not yet exist.
# mips
arch_exclude:
- posix
- sparc
- mips
# SMP is excluded as the test was only written for UP
filter: not CONFIG_SMP
integration_platforms:
- qemu_x86
- mps2_an385
platform_exclude:
- mr_canhubk3