mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 18:01:57 +00:00
Added a simple test to validate the real time control and RTC functionality Note that this test depends too much on not having a high host load to pass. Therefore it is better to not run in it automated regression Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
9 lines
299 B
YAML
9 lines
299 B
YAML
test:
|
|
description: Test of the native_posix real timenes and RTC model
|
|
tests:
|
|
boards.native_posix:
|
|
platform_whitelist: native_posix
|
|
build_only: true
|
|
#Note: this test depends too much on not having a high host load to pass.
|
|
# Therefore it should not be run in automated regression
|