1sample: 2 name: MAX44009 light sensor 3tests: 4 sample.sensor.max44009: 5 tags: sensors 6 harness: console 7 depends_on: i2c 8 harness_config: 9 type: multi_line 10 ordered: true 11 regex: 12 - "MAX44009 light sensor application" 13 - "sensor: lum reading: (.*)" 14 fixture: fixture_i2c_max44009 15 filter: dt_compat_enabled("maxim,max44009") 16