tests: Thread-Metric: Fix filter description
Correct the description of why we exclude the POSIX arch Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
c1b8cd7db1
commit
f79d879d50
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,12 @@ common:
|
||||||
tags:
|
tags:
|
||||||
- kernel
|
- kernel
|
||||||
- benchmark
|
- benchmark
|
||||||
# Native platforms excluded as timer interrupts may not be detected
|
# Native platforms excluded as they are not relevant: These benchmarks run some kernel primitives
|
||||||
# qemu_nios2 excluded as it is slow
|
# in a loop during a predefined time counting how many times they execute. But in the POSIX arch,
|
||||||
|
# time does not pass while the CPU executes. So the benchmark just appears as if hung.
|
||||||
arch_exclude:
|
arch_exclude:
|
||||||
- posix
|
- posix
|
||||||
|
# qemu_nios2 excluded as it is slow
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_nios2
|
- qemu_nios2
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue