Skip to content

Commit b5ee4c0

Browse files
hakehuangnashif
authored andcommitted
samples: fs_sample: add required meta info for twister
in harness_fix definition, type and regex is must have Signed-off-by: Hake Huang <[email protected]>
1 parent 55b1570 commit b5ee4c0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

samples/subsys/fs/fs_sample/sample.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ tests:
1010
harness: console
1111
harness_config:
1212
fixture: fixture_sdhc
13+
type: multi_line
14+
regex:
15+
- "Block count"
16+
- "Sector size"
17+
- "Memory Size"
18+
- "Disk mounted"
1319
sample.filesystem.fat_fs.overlay:
1420
platform_allow: nrf52840_blip
1521
sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
@@ -28,6 +34,12 @@ tests:
2834
harness: console
2935
harness_config:
3036
fixture: fixture_shield_adafruit_2_8_tft_touch_v2
37+
type: multi_line
38+
regex:
39+
- "Block count"
40+
- "Sector size"
41+
- "Memory Size"
42+
- "Disk mounted"
3143
sample.filesystem.fat_fs.nrf52840dk_nrf52840:
3244
build_only: true
3345
platform_allow: nrf52840dk/nrf52840

0 commit comments

Comments
 (0)