The new Nordic platforms use GRTC instead of RTC as the system timer. Also the nrf54h20 CPUPPR target does not have enough memory to execute the `timer_behavior` test. Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
35 lines
894 B
YAML
35 lines
894 B
YAML
tests:
|
|
kernel.timer.timer:
|
|
tags:
|
|
- kernel
|
|
- timer
|
|
min_ram: 16
|
|
platform_type:
|
|
- mcu
|
|
simulation_exclude:
|
|
- renode
|
|
harness_config:
|
|
record:
|
|
regex:
|
|
- "RECORD:(?P<metrics>.*)"
|
|
as_json: ['metrics']
|
|
platform_exclude:
|
|
- nrf54h20dk/nrf54h20/cpuppr
|
|
kernel.timer.timer_behavior_external:
|
|
tags:
|
|
- kernel
|
|
- timer
|
|
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
|
|
record:
|
|
regex:
|
|
- "RECORD:(?P<metrics>.*)"
|
|
as_json: ['metrics']
|
|
extra_configs:
|
|
- CONFIG_TIMER_EXTERNAL_TEST=y
|
|
- CONFIG_BOOT_DELAY=5000
|