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>
11 lines
201 B
YAML
11 lines
201 B
YAML
sample:
|
|
name: MPR Pressure Sensor
|
|
tests:
|
|
sample.sensor.mpr:
|
|
harness: sensor
|
|
tags: sensors
|
|
depends_on: i2c
|
|
platform_allow: arduino_due
|
|
integration_platforms:
|
|
- arduino_due
|