tests: drivers: spi: loopback: run SPI loopback test in sanitycheck
Run the SPI loopback test in sanitycheck if the board supports internal loopback mode. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
This commit is contained in:
parent
394d2912a1
commit
63f8a40781
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,10 @@
|
|||
common:
|
||||
depends_on: spi
|
||||
tags: drivers spi
|
||||
tests:
|
||||
drivers.spi:
|
||||
depends_on: spi
|
||||
tags: drivers spi
|
||||
drivers.spi.loopback:
|
||||
harness: ztest
|
||||
harness_config:
|
||||
fixture: spi_loopback
|
||||
driver.spi.loopback.internal:
|
||||
filter: CONFIG_SPI_LOOPBACK_MODE_LOOP
|
||||
|
|
|
|||
Loading…
Reference in a new issue