Skip to content

Commit c94dc35

Browse files
nordic-krchrlubos
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit 29bc28a)
1 parent b876941 commit c94dc35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/subsys/debug/cpu_load/testcase.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
common:
22
tags: cpu_load
3-
arch_allow: arm
4-
filter: CONFIG_CPU_CORTEX_M
3+
arch_allow:
4+
- arm
5+
- riscv
6+
filter: CONFIG_CPU_LOAD
57
tests:
68
debug.cpu_load:
79
integration_platforms:

0 commit comments

Comments
 (0)