Added tests in order to verify the functionality of the newly added fatfs fstab integration. Signed-off-by: Carlo Kirchmeier <carlo.kirchmeier@zuehlke.com> Co-authored-by: Carlo Kirchmeier <carlo.kirchmeier@zuehlke.com> Co-authored-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
15 lines
324 B
YAML
15 lines
324 B
YAML
sample:
|
|
name: fatfs fstab sample
|
|
tests:
|
|
sample.filesystem.fat_fs.fstab:
|
|
platform_allow:
|
|
- native_sim
|
|
extra_args:
|
|
- EXTRA_DTC_OVERLAY_FILE="fatfs_fstab.overlay"
|
|
tags: filesystem
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "I: Filesystem access successful"
|