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>
14 lines
316 B
YAML
14 lines
316 B
YAML
common:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
sample:
|
|
name: Grove Temperature Sensor
|
|
tests:
|
|
sample.sensor.grove_temperature:
|
|
min_flash: 33
|
|
tags: drivers sensor grove temperature
|
|
platform_allow: nrf52dk_nrf52832
|
|
integration_platforms:
|
|
- nrf52dk_nrf52832
|
|
harness: grove
|
|
depends_on: adc
|