Skip to content

Commit b10817b

Browse files
aescolarnashif
authored andcommitted
tests: timer cycle64: Fix filtering for POSIX arch
This test was excluding and including only the native_posix board, while it should have instead excluded/allowed anything in the architecture. => Change the filtering accordingly. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent e3902ca commit b10817b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kernel/timer/cycle64/testcase.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ tests:
1313
kernel.timer.cycle64:
1414
tags: kernel timer
1515
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
16-
platform_exclude: native_posix
16+
arch_exclude: posix
1717
timeout: 140
1818
slow: true
1919
kernel.timer.cycle64.fast:
2020
tags: kernel timer
2121
filter: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER
22-
platform_allow: native_posix
22+
arch_allow: posix

0 commit comments

Comments
 (0)