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:
|
common:
|
||||||
tags: cpu_load
|
tags: cpu_load
|
||||||
arch_allow: arm
|
arch_allow:
|
||||||
filter: CONFIG_CPU_CORTEX_M
|
- arm
|
||||||
|
- riscv
|
||||||
|
filter: CONFIG_CPU_LOAD
|
||||||
tests:
|
tests:
|
||||||
debug.cpu_load:
|
debug.cpu_load:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue