1sample:
2  name: Fade LED
3tests:
4  sample.basic.fade_led:
5    tags:
6      - drivers
7      - pwm
8    depends_on: pwm
9    filter: dt_alias_exists("pwm-led0") and dt_compat_enabled("pwm-leds")
10    integration_platforms:
11      - nrf51dk/nrf51822
12    harness: console
13    harness_config:
14      type: multi_line
15      ordered: true
16      regex:
17        - "PWM-based LED fade"
18        - "Using pulse width [0-9]+%"
19        - "Using pulse width [0-9]+%"
20