u-boot/test/py/tests/test_fs
Jean-Jacques Hiblot 290100583d test: fs: Add filesystem integrity checks
We need to make sure that file writes,file creation, etc. are properly
performed and do not corrupt the filesystem.
To help with this, introduce the assert_fs_integrity() function that
executes the appropriate fsck tool. It should be called at the end of any
test that modify the content/organization of the filesystem.
Currently only supports FATs and EXT4.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2019-04-09 15:34:15 -04:00
..
conftest.py test: fs: disable the metadata checksums on ext4 filesystems 2019-04-09 15:34:15 -04:00
fstest_defs.py test/py: fs: add extended write operation test 2018-09-23 21:55:30 +02:00
fstest_helpers.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_basic.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_ext.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_mkdir.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00
test_unlink.py test: fs: Add filesystem integrity checks 2019-04-09 15:34:15 -04:00