Skip to content

Commit

Permalink
tests: drivers: spi: loopback: run SPI loopback test in sanitycheck
Browse files Browse the repository at this point in the history
Run the SPI loopback test in sanitycheck if the board supports
internal loopback mode.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen authored and MaureenHelm committed Sep 5, 2020
1 parent 394d291 commit 63f8a40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/drivers/spi/spi_loopback/testcase.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 63f8a40

Please sign in to comment.