Implement tests for ext2 implementation. Tests can run on native_posix platforms and on hifive_unmatched. Signed-off-by: Franciszek Zdobylak <fzdobylak@antmicro.com>
18 lines
497 B
YAML
18 lines
497 B
YAML
common:
|
|
tags: filesystem
|
|
tests:
|
|
filesystem.ext2.default:
|
|
platform_allow: native_posix native_posix_64 hifive_unmatched bl5340_dvk_cpuapp
|
|
|
|
filesystem.ext2.big:
|
|
platform_allow: native_posix native_posix_64
|
|
extra_args: CONF_FILE=prj_big.conf
|
|
|
|
filesystem.ext2.sdcard:
|
|
platform_allow: hifive_unmatched bl5340_dvk_cpuapp
|
|
extra_args: CONF_FILE=prj_sdcard.conf
|
|
|
|
filesystem.ext2.flash:
|
|
platform_allow: native_posix native_posix_64
|
|
extra_args: CONF_FILE=prj_flash.conf
|