tests: debug: cpu_load: Extend filtering with riscv
Allow test execution for riscv since it now supports cpu_load module. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
4026daa42e
commit
29bc28a09a
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
common:
|
||||
tags: cpu_load
|
||||
arch_allow: arm
|
||||
filter: CONFIG_CPU_CORTEX_M
|
||||
arch_allow:
|
||||
- arm
|
||||
- riscv
|
||||
filter: CONFIG_CPU_LOAD
|
||||
tests:
|
||||
debug.cpu_load:
|
||||
integration_platforms:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue