zephyr/tests/kernel/timer/timer_behavior/testcase.yaml
Yong Cong Sin a1042c4079 tests: kernel: timer_behavior: exclude renode instead of boards
We just need to exclude renode simulation and not the physical
boards, let's do just that.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-12-19 07:33:39 -05:00

21 lines
588 B
YAML

tests:
kernel.timer.timer:
tags:
- kernel
- timer
min_ram: 16
platform_type:
- mcu
simulation_exclude:
- renode
kernel.timer.timer_behavior_external:
filter: dt_compat_enabled("test-kernel-timer-behavior-external")
harness: pytest
harness_config:
pytest_args: ['--tool', 'saleae_logic2', '--tool-options',
'address=127.0.0.1,port=10430,channel=1,sample-rate=6_250_000,threshold-volts=3.3']
fixture: gpio_timerout
extra_configs:
- CONFIG_TIMER_EXTERNAL_TEST=y
- CONFIG_BOOT_DELAY=5000