Skip to content

Commit 63f8a40

Browse files
henrikbrixandersenMaureenHelm
authored andcommitted
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 <[email protected]>
1 parent 394d291 commit 63f8a40

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
common:
2+
depends_on: spi
3+
tags: drivers spi
14
tests:
2-
drivers.spi:
3-
depends_on: spi
4-
tags: drivers spi
5+
drivers.spi.loopback:
56
harness: ztest
67
harness_config:
78
fixture: spi_loopback
9+
driver.spi.loopback.internal:
10+
filter: CONFIG_SPI_LOOPBACK_MODE_LOOP

0 commit comments

Comments
 (0)