blob: 4f82dc502a40961f13237b00a8cf4bc6af232d56 [file] [log] [blame]
sample:
name: BME280 Sensor sample
tests:
test:
harness: console
tags: sensors
depends_on: i2c
harness_config:
type: one_line
regex:
- "temp: (.*); press: (.*); humidity: (.*)"
fixture: fixture_i2c_bme280
test_spi:
harness: console
tags: sensors
depends_on: spi
extra_args: "CONF_FILE=prj_spi.conf"
harness_config:
type: one_line
regex:
- "temp: (.*); press: (.*); humidity: (.*)"
fixture: fixture_spi_bme280