1sample:
2  description: Demonstration of the BQ274XX Fuel gauge Sensor driver
3  name: BQ274XX Sample
4tests:
5  sample.sensor.bq274xx:
6    harness: sensor
7    platform_allow: innblue22/nrf9160
8    integration_platforms:
9      - innblue22/nrf9160
10    tags: sensors
11    depends_on: i2c
12  sample.sensor.bq274xx_without_int_gpios:
13    harness: sensor
14    platform_allow: innblue22/nrf9160
15    integration_platforms:
16      - innblue22/nrf9160
17    tags: sensors
18    depends_on: i2c
19    extra_configs:
20      - CONFIG_BQ274XX_PM=n
21