1tests:
2  kernel.usage:
3    tags: kernel
4    # The following architectures are excluded as they have boards that
5    # exhibit precision timing anomalies related to emulation.
6    #     posix, riscv32, sparc
7    # The following architectures are exluded as the necessary
8    # thread runtime statistic hooks do not yet exist.
9    #     mips
10    arch_exclude:
11      - posix
12      - sparc
13      - mips
14    # SMP is excluded as the test was only written for UP
15    filter: not CONFIG_SMP
16    integration_platforms:
17      - qemu_x86
18      - mps2_an385
19