1tests:
2  kernel.timer.timer:
3    tags:
4      - kernel
5      - timer
6    min_ram: 16
7    platform_type:
8      - mcu
9    simulation_exclude:
10      - renode
11    harness_config:
12      record:
13        regex:
14          - "RECORD:(?P<metrics>.*)"
15        as_json: ['metrics']
16  kernel.timer.timer_behavior_external:
17    tags:
18      - kernel
19      - timer
20    filter: dt_compat_enabled("test-kernel-timer-behavior-external")
21    harness: pytest
22    harness_config:
23      pytest_args: ['--tool', 'saleae_logic2', '--tool-options',
24                    'address=127.0.0.1,port=10430,channel=1,sample-rate=6_250_000,threshold-volts=3.3']
25      fixture: gpio_timerout
26      record:
27        regex:
28          - "RECORD:(?P<metrics>.*)"
29        as_json: ['metrics']
30    extra_configs:
31      - CONFIG_TIMER_EXTERNAL_TEST=y
32      - CONFIG_BOOT_DELAY=5000
33