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>
This commit is contained in:
parent
988287c363
commit
3aff5c34e6
2 changed files with 9 additions and 3 deletions
|
@ -27,8 +27,7 @@ Sample Output
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
RTC date and time: 2024-11-17 04:21:47
|
RTC date and time: 2024-11-17 04:19:00
|
||||||
RTC date and time: 2024-11-17 04:21:48
|
RTC date and time: 2024-11-17 04:19:01
|
||||||
RTC date and time: 2024-11-17 04:21:49
|
|
||||||
|
|
||||||
<repeats endlessly>
|
<repeats endlessly>
|
||||||
|
|
|
@ -4,9 +4,16 @@ tests:
|
||||||
sample.drivers.rtc:
|
sample.drivers.rtc:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- stm32f3_disco
|
- stm32f3_disco
|
||||||
|
integration_platforms:
|
||||||
|
- stm32f3_disco
|
||||||
tags:
|
tags:
|
||||||
- samples
|
- samples
|
||||||
- rtc
|
- rtc
|
||||||
- api
|
- api
|
||||||
depends_on:
|
depends_on:
|
||||||
- rtc
|
- rtc
|
||||||
|
harness: console
|
||||||
|
harness_config:
|
||||||
|
type: one_line
|
||||||
|
regex:
|
||||||
|
- "RTC date and time: 2024-11-17 04:19:01"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue