1sample:
2  name: Real-Time Clock Sample
3common:
4  tags:
5    - samples
6    - rtc
7    - api
8  harness: console
9  harness_config:
10    type: one_line
11    regex:
12      - "RTC date and time: 2024-11-17 04:19:01"
13tests:
14  sample.drivers.rtc:
15    platform_allow:
16      - stm32f3_disco
17      - mimxrt700_evk/mimxrt798s/cm33_cpu0
18      - mimxrt700_evk/mimxrt798s/cm33_cpu1
19    integration_platforms:
20      - stm32f3_disco
21    depends_on:
22      - rtc
23  sample.drivers.rtc.shields:
24    platform_allow:
25      - adafruit_qt_py_rp2040/rp2040
26      - adafruit_metro_rp2040/rp2040
27    integration_platforms:
28      - adafruit_qt_py_rp2040/rp2040
29      - adafruit_metro_rp2040/rp2040
30    extra_args:
31      - platform:adafruit_qt_py_rp2040/rp2040:SHIELD="sparkfun_rv8803"
32      - platform:adafruit_metro_rp2040/rp2040:SHIELD="adafruit_pcf8523"
33