zephyr/tests/kernel/usage/thread_runtime_stats/testcase.yaml
Fabio Baltieri 7dd902d035 yamllint: fix all yamllint comments-indentation errors
Fix all comments-indentation errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(comments-indentation)'

This checks that the comment is aligned with the content.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00

13 lines
460 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