zephyr/samples/drivers/rtc/sample.yaml
Francois Ramu 3aff5c34e6 samples: drivers: rtc application runs on stm32f3_disco target
Check that rtc has, at least, incremented second counter
one time to validated the sample.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2024-12-16 20:50:45 +01:00

19 lines
363 B
YAML

sample:
name: Real-Time Clock Sample
tests:
sample.drivers.rtc:
platform_allow:
- stm32f3_disco
integration_platforms:
- stm32f3_disco
tags:
- samples
- rtc
- api
depends_on:
- rtc
harness: console
harness_config:
type: one_line
regex:
- "RTC date and time: 2024-11-17 04:19:01"