aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* test/py: Disable error E0611 in two cases for pylintTom Rini2023-12-091-0/+1
* test: fs: Add test to detect fat typeChristian Taedcke2023-11-281-0/+47
* test: fs: Add fat12 to supported fs of some testsChristian Taedcke2023-11-281-3/+3
* global: Use proper project name U-BootMichal Simek2023-06-121-6/+6
* test: Split out mk_fs function into a helperSimon Glass2022-11-071-52/+6
* test/py: Wait for guestmount worker to exit after running guestunmountAlper Nebi Yasak2021-07-051-1/+12
* test/py: Use loop mounts if guestmount fails in filesystem testsAlper Nebi Yasak2021-07-051-16/+15
* test: Include /sbin to the PATH when creating file systemAndy Shevchenko2021-06-231-0/+4
* test: Fix filesystem tests always being skippedAlper Nebi Yasak2021-05-261-12/+36
* test: Don't unmount not (yet) mounted systemAndy Shevchenko2021-03-311-22/+56
* test: Update test_fs to not use deprecated pytest.yield_fixture()Tom Rini2021-01-291-10/+5
* tests: support mkfs.ext4 without metadata_csumStephen Warren2020-08-071-2/+4
* test: test_fs error messageHeinrich Schuchardt2020-04-271-2/+3
* test/py: Update test_fs to decode check_output callsTom Rini2019-10-301-12/+12
* test/py: Automated conversion to Python 3Tom Rini2019-10-301-2/+2
* test: fs: Added tests for symlinksJean-Jacques Hiblot2019-04-091-0/+75
* test: fs: disable the metadata checksums on ext4 filesystemsJean-Jacques Hiblot2019-04-091-0/+2
* test: Use single quote consistentlySimon Glass2019-01-151-4/+4
* test/py: test_fs: add docstring comments to helper functionsAkashi Takahiro2018-10-061-0/+133
* test/py: test_fs: remove fs_type argument from umount_fs()Akashi Takahiro2018-10-061-7/+7
* test/py: fs: add fstest/unlink testAkashi, Takahiro2018-09-231-0/+62
* test/py: fs: add fstest/mkdir testAKASHI Takahiro2018-09-231-0/+29
* test/py: fs: add extended write operation testAKASHI Takahiro2018-09-231-0/+83
* test/py: convert fs-test.sh to pytestAKASHI Takahiro2018-09-231-0/+218