1sample:
2  name: Blink LED (PWM based)
3tests:
4  sample.basic.blink_led:
5    filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
6    integration_platforms:
7      - esp32c3_devkitm
8    tags:
9      - drivers
10      - pwm
11    depends_on: pwm
12    harness: console
13    harness_config:
14      type: multi_line
15      ordered: true
16      regex:
17        - "PWM-based blinky"
18        - "Calibrating for channel [0-9]+"
19        - "Done calibrating; maximum/minimum periods [0-9]+/[0-9]+ nsec"
20        - "Using period [0-9]+"
21        - "Using period [0-9]+"
22