zephyr/samples/subsys/fs/fat_fs/sample.yaml
Erwan Gouriou c6ff61220e samples/subsys/fs: fat_fs: Limit test execution on boards with shield
Limit adafruit_2_8_tft_touch_v2 sample variant execution to the boards
that have this shield available.

In order to run the test in CI bench, add the following in
twister map.yml file on matching board:
  fixtures:
  - fixture_shield_adafruit_2_8_tft_touch_v2

For instance:
- connected: true
  fixtures:
  - fixture_shield_adafruit_2_8_tft_touch_v2
  id: 0673FF323535474B43171415
  platform: nucleo_f429zi
  product: STM32 STLink
  runner: openocd
  serial: /dev/ttyACM0


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-04-08 16:37:01 +02:00

20 lines
520 B
YAML

sample:
name: Fat filesystem sample
common:
tags: filesystem
tests:
sample.filesystem.fat_fs:
depends_on: sdhc
harness: console
harness_config:
fixture: fixture_sdhc
sample.filesystem.fat_fs.overlay:
platform_allow: nrf52840_blip
sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
depends_on: arduino_spi arduino_gpio
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
tags: shield
harness: console
harness_config:
fixture: fixture_shield_adafruit_2_8_tft_touch_v2