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>
13 lines
280 B
YAML
13 lines
280 B
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
sample:
|
|
name: Grove Light Sensor
|
|
tests:
|
|
sample.sensor.grove_light:
|
|
tags: drivers sensor grove light
|
|
platform_allow: nrf52dk_nrf52832
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|
|
harness: grove
|
|
depends_on: adc
|