1sample:
2  name: Sample for MEMS sensors VL53L0X
3tests:
4  sample.sensor.vl53l0x:
5    depends_on:
6      - i2c
7      - vl53l0x
8    tags:
9      - sensors
10    integration_platforms:
11      - disco_l475_iot1
12    harness: console
13    harness_config:
14      type: multi_line
15      regex:
16        - "prox is .*"
17        - "distance is .*"
18