zephyr/samples/subsys/modbus/tcp_server/sample.yaml
Johann Fischer d6c6c3fa20 sample: modbus: mark MODBUS samples as build only
Mark MODBUS samples as build only, otherwise they would
need different fixtures for each sample.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2022-02-09 22:11:16 -05:00

12 lines
386 B
YAML

sample:
name: Modbus TCP Server Sample
tests:
sample.modbus.tcp_server:
build_only: true
platform_allow: frdm_k64f
tags: modbus
filter: dt_enabled_alias_with_parent_compat("led0", "gpio-leds") and
dt_enabled_alias_with_parent_compat("led1", "gpio-leds") and
dt_enabled_alias_with_parent_compat("led2", "gpio-leds")
depends_on: gpio netif