summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs
AgeCommit message (Expand)Author
2019-04-10test.py: Disable fsck for FAT tests for nowTom Rini
2019-04-09test: fs: Added tests for symlinksJean-Jacques Hiblot
2019-04-09test: fs: Add filesystem integrity checksJean-Jacques Hiblot
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot
2019-01-15test: Use single quote consistentlySimon Glass
2018-11-29test: Add a 'make qcheck' target for quicker testingSimon Glass
2018-10-06test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro
2018-10-06test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro
2018-09-23test/py: fs: add fstest/unlink testAkashi, Takahiro
2018-09-23test/py: fs: add fstest/mkdir testAKASHI Takahiro
2018-09-23test/py: fs: add extended write operation testAKASHI Takahiro
2018-09-23test/py: convert fs-test.sh to pytestAKASHI Takahiro