1sample:
2  name: MAX44009 light sensor
3  description: >
4    This is a sample app to read an external MAX44009 light sensor via I2C
5    interface
6tests:
7  sample.sensor.max44009:
8    tags: sensors
9    harness: console
10    depends_on: i2c
11    harness_config:
12      type: multi_line
13      ordered: true
14      regex:
15        - "MAX44009 light sensor application"
16        - "sensor: lum reading: (.*)"
17      fixture: fixture_i2c_max44009
18    filter: dt_compat_enabled("maxim,max44009")
19