1tests: 2 # section.subsection 3 drivers.sensor.sbs_gauge: 4 build_only: true 5 tags: 6 - drivers 7 - sensors 8 filter: 9 dt_compat_enabled("sbs,sbs-gauge") and not dt_compat_enabled("zephyr,i2c-emul-controller") 10 integration_platforms: 11 - nucleo_f070rb 12 drivers.sensor.sbs_gauge.emulated: 13 tags: 14 - drivers 15 - sensors 16 filter: dt_compat_enabled("sbs,sbs-gauge") 17 platform_allow: 18 - native_sim 19 - qemu_cortex_a9 20 - qemu_arc/qemu_arc_hs 21 integration_platforms: 22 - native_sim 23 extra_configs: 24 - CONFIG_EMUL=y 25