index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
py
/
tests
/
test_fs
Age
Commit message (
Expand
)
Author
2020-07-07
cmd: fs: Add command to list supported fs types
Niel Fourie
2020-04-27
test: test_fs error message
Heinrich Schuchardt
2019-12-05
test/py: test_fs: add tests for creating/deleting many files
AKASHI Takahiro
2019-10-30
test/py: Update test_fs to decode check_output calls
Tom Rini
2019-10-30
test/py: Automated conversion to Python 3
Tom Rini
2019-04-10
test.py: Disable fsck for FAT tests for now
Tom Rini
2019-04-09
test: fs: Added tests for symlinks
Jean-Jacques Hiblot
2019-04-09
test: fs: Add filesystem integrity checks
Jean-Jacques Hiblot
2019-04-09
test: fs: disable the metadata checksums on ext4 filesystems
Jean-Jacques Hiblot
2019-01-15
test: Use single quote consistently
Simon Glass
2018-11-29
test: Add a 'make qcheck' target for quicker testing
Simon Glass
2018-10-06
test/py: test_fs: add docstring comments to helper functions
Akashi Takahiro
2018-10-06
test/py: test_fs: remove fs_type argument from umount_fs()
Akashi Takahiro
2018-09-23
test/py: fs: add fstest/unlink test
Akashi, Takahiro
2018-09-23
test/py: fs: add fstest/mkdir test
AKASHI Takahiro
2018-09-23
test/py: fs: add extended write operation test
AKASHI Takahiro
2018-09-23
test/py: convert fs-test.sh to pytest
AKASHI Takahiro