]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: fs: Add test to detect fat type
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Wed, 15 Nov 2023 12:44:24 +0000 (13:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 29 Nov 2023 01:10:25 +0000 (20:10 -0500)
commit8154ac16136489b19e1f1ec717611232cba249db
tree1381c662e5f7423cfdd8fb62060ab559c356e694
parentc667b26b261de78891246f853ee3c5061f3c73c9
test: fs: Add test to detect fat type

Ensure that a large FAT12 filesystem and a small FAT16 filesystem are
detected correctly.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
test/py/tests/test_fs/conftest.py
test/py/tests/test_fs/test_fs_fat.py [new file with mode: 0644]