aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs
AgeCommit message (Expand)Author
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar
2020-08-24test/py: Add tests for LZO and ZSTDJoao Marcos Costa
2020-08-10test/py: fix SquashFS testsJoao Marcos Costa
2020-08-07tests: support mkfs.ext4 without metadata_csumStephen Warren
2020-08-07test/py: Add tests for the SquashFS commandsJoao Marcos Costa
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie
2020-04-27test: test_fs error messageHeinrich Schuchardt
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro
2019-10-30test/py: Update test_fs to decode check_output callsTom Rini
2019-10-30test/py: Automated conversion to Python 3Tom Rini
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