]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: fs: Add fat12 to supported fs of some tests
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Wed, 15 Nov 2023 12:44:22 +0000 (13:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Nov 2023 01:10:25 +0000 (20:10 -0500)
commit1e85b66212036ee3d34fae6e4adb45572fc57c12
treea140111f6fc6144e0e639b754fd524b12eae8aa5
parent764b4118248617d4a30a1d3eb74a5eacb1386486
test: fs: Add fat12 to supported fs of some tests

The tests fs_ext, fs_mkdir and fs_unlink support fat12 without
modifications.
The fs_basic test uses a partition that is too large for fat12, so it
is omitted here.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
test/py/tests/test_fs/conftest.py