mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 05:35:23 +00:00
Run the SPI loopback test in sanitycheck if the board supports internal loopback mode. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
11 lines
218 B
YAML
11 lines
218 B
YAML
common:
|
|
depends_on: spi
|
|
tags: drivers spi
|
|
tests:
|
|
drivers.spi.loopback:
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: spi_loopback
|
|
driver.spi.loopback.internal:
|
|
filter: CONFIG_SPI_LOOPBACK_MODE_LOOP
|