zephyr/tests/boards/native_posix/rtc/test.yaml
Alberto Escolar Piedras 8ba0ddf4ba test: Add test for native_posix RTC and real time control
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>
2018-07-24 22:59:07 -04:00

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