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>
16 lines
339 B
YAML
16 lines
339 B
YAML
sample:
|
|
name: TI TMP116 Sensor Sample
|
|
tests:
|
|
sample.sensor.tmp116:
|
|
harness: console
|
|
platform_allow: nucleo_f401re
|
|
integration_platforms:
|
|
- nucleo_f401re
|
|
tags: sensors
|
|
depends_on: i2c
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "temp is (.*) oC"
|
|
fixture: fixture_i2c_tmp116
|