Add one integration_platforms based on platform_allow to ensure these tests get coverage in CI. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
12 lines
293 B
YAML
12 lines
293 B
YAML
sample:
|
|
name: VCNL4040 Sensor Sample
|
|
tests:
|
|
sample.sensor.vcnl4040:
|
|
harness: sensor
|
|
platform_allow: adafruit_feather_stm32f405
|
|
integration_platforms:
|
|
- adafruit_feather_stm32f405
|
|
tags: sensors
|
|
depends_on: i2c gpio
|
|
filter: dt_compat_enabled("vishay,vcnl4040")
|