Skip to content

Commit c6ff612

Browse files
erwangocarlescufi
authored andcommitted
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 <[email protected]>
1 parent 17a699e commit c6ff612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/subsys/fs/fat_fs/sample.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ tests:
1414
depends_on: arduino_spi arduino_gpio
1515
extra_args: SHIELD=adafruit_2_8_tft_touch_v2
1616
tags: shield
17+
harness: console
18+
harness_config:
19+
fixture: fixture_shield_adafruit_2_8_tft_touch_v2

0 commit comments

Comments
 (0)