summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs
AgeCommit message (Expand)AuthorFilesLines
2021-07-29test/py: Improve check for mksquashfs versionMarek BehĂșn1-1/+1
2021-07-05test/py: rewrite sqfsls command test suiteJoao Marcos Costa1-19/+121
2021-07-05test/py: rewrite sqfsload command test suiteJoao Marcos Costa1-30/+138
2021-07-05test/py: rewrite common tools for SquashFS testsJoao Marcos Costa1-64/+193
2021-07-05test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak1-1/+12
2021-07-05test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak1-16/+15
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko1-0/+4
2021-05-27test: Fix filesystem tests always being skippedAlper Nebi Yasak1-12/+36
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko1-22/+56
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini1-10/+5
2020-10-23cmd: fat: Use do_save() for fatwriteLad Prabhakar1-3/+3
2020-08-24test/py: Add tests for LZO and ZSTDJoao Marcos Costa3-47/+102
2020-08-10test/py: fix SquashFS testsJoao Marcos Costa3-14/+16
2020-08-08tests: support mkfs.ext4 without metadata_csumStephen Warren1-2/+4
2020-08-08test/py: Add tests for the SquashFS commandsJoao Marcos Costa3-0/+101
2020-07-07cmd: fs: Add command to list supported fs typesNiel Fourie1-0/+13
2020-04-27test: test_fs error messageHeinrich Schuchardt1-2/+3
2019-12-05test/py: test_fs: add tests for creating/deleting many filesAKASHI Takahiro1-0/+84
2019-10-31test/py: Update test_fs to decode check_output callsTom Rini1-12/+12
2019-10-31test/py: Automated conversion to Python 3Tom Rini1-2/+2
2019-04-10test.py: Disable fsck for FAT tests for nowTom Rini1-2/+0
2019-04-10test: fs: Added tests for symlinksJean-Jacques Hiblot3-0/+208
2019-04-09test: fs: Add filesystem integrity checksJean-Jacques Hiblot5-3/+48
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot1-0/+2
2019-01-15test: Use single quote consistentlySimon Glass1-4/+4
2018-11-29test: Add a 'make qcheck' target for quicker testingSimon Glass4-0/+4
2018-10-06test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro1-0/+133
2018-10-06test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro1-7/+7
2018-09-23test/py: fs: add fstest/unlink testAkashi, Takahiro2-0/+171
2018-09-23test/py: fs: add fstest/mkdir testAKASHI Takahiro2-0/+141
2018-09-23test/py: fs: add extended write operation testAKASHI Takahiro3-0/+310
2018-09-23test/py: convert fs-test.sh to pytestAKASHI Takahiro3-0/+515