zephyr/samples/sensor/dht/sample.yaml
Kumar Gala 70fc8bd38a samples: sensor: add integration_platforms
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>
2021-04-09 06:50:47 -04:00

18 lines
325 B
YAML

#
# Copyright (c) 2019 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
sample:
name: DHT Sensor Sample
tests:
sample.sensor.dht:
build_only: true
platform_allow: nrf52dk_nrf52832
integration_platforms:
- nrf52dk_nrf52832
tags: sensors