zephyr/tests/subsys/modbus/testcase.yaml
Anas Nashif 0064b6e8b6 tests: samples: cleanup test tags, add integration_platforms
Use integration platforms and sanitize tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-06-02 04:47:06 -04:00

16 lines
419 B
YAML

tests:
modbus.rtu:
tags: modbus
platform_allow: frdm_k64f
harness_config:
# MODBUS test fixture for FRDM-K64F:
# UART3(PTC16)-RX <-> UART2(PTD3)-TX
# UART3(PTC17)-TX <-> UART2(PTD2)-RX
fixture: uart_loopback
modbus.rtu.build_only:
build_only: true
tags: modbus
filter: CONFIG_UART_CONSOLE and CONFIG_UART_INTERRUPT_DRIVEN
integration_platforms:
- frdm_k64f