The sample from samples/drivers/misc/ft800/ causes twister to timeout as it has no pass conditions defiend nor producess any output that can be verified. What is more, it requires a shield which is not reflected in the sample.yaml. This fix sets test harness to display and adds an entry for the required fixture. Fixes: #38536 Signed-off-by: Maciej Perkowski <Maciej.Perkowski@nordicsemi.no>
12 lines
255 B
YAML
12 lines
255 B
YAML
sample:
|
|
name: FT800 display sample
|
|
tests:
|
|
sample.display.ft800:
|
|
tags: drivers
|
|
depends_on: spi
|
|
platform_allow: nrf52840dk_nrf52840
|
|
extra_args: SHIELD=ftdi_vm800c
|
|
harness: display
|
|
harness_config:
|
|
fixture: spi_display_ft800
|