summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/conftest.py
AgeCommit message (Expand)Author
2023-12-09test/py: Disable error E0611 in two cases for pylintTom Rini
2023-11-28test: fs: Add test to detect fat typeChristian Taedcke
2023-11-28test: fs: Add fat12 to supported fs of some testsChristian Taedcke
2023-06-12global: Use proper project name U-BootMichal Simek
2022-11-07test: Split out mk_fs function into a helperSimon Glass
2021-07-05test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak
2021-07-05test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak
2021-06-23test: Include /sbin to the PATH when creating file systemAndy Shevchenko
2021-05-26test: Fix filesystem tests always being skippedAlper Nebi Yasak
2021-03-31test: Don't unmount not (yet) mounted systemAndy Shevchenko
2021-01-29test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini
2020-08-07tests: support mkfs.ext4 without metadata_csumStephen Warren
2020-04-27test: test_fs error messageHeinrich Schuchardt
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-09test: fs: Added tests for symlinksJean-Jacques Hiblot
2019-04-09test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot
2019-01-15test: Use single quote consistentlySimon 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