Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test.py: Disable fsck for FAT tests for now | Tom Rini | 2019-04-10 | 1 | -2/+0 |
* | test: fs: Added tests for symlinks | Jean-Jacques Hiblot | 2019-04-09 | 3 | -0/+208 |
* | test: fs: Add filesystem integrity checks | Jean-Jacques Hiblot | 2019-04-09 | 5 | -3/+48 |
* | test: fs: disable the metadata checksums on ext4 filesystems | Jean-Jacques Hiblot | 2019-04-09 | 1 | -0/+2 |
* | test: Use single quote consistently | Simon Glass | 2019-01-15 | 1 | -4/+4 |
* | test: Add a 'make qcheck' target for quicker testing | Simon Glass | 2018-11-29 | 4 | -0/+4 |
* | test/py: test_fs: add docstring comments to helper functions | Akashi Takahiro | 2018-10-06 | 1 | -0/+133 |
* | test/py: test_fs: remove fs_type argument from umount_fs() | Akashi Takahiro | 2018-10-06 | 1 | -7/+7 |
* | test/py: fs: add fstest/unlink test | Akashi, Takahiro | 2018-09-23 | 2 | -0/+171 |
* | test/py: fs: add fstest/mkdir test | AKASHI Takahiro | 2018-09-23 | 2 | -0/+141 |
* | test/py: fs: add extended write operation test | AKASHI Takahiro | 2018-09-23 | 3 | -0/+310 |
* | test/py: convert fs-test.sh to pytest | AKASHI Takahiro | 2018-09-23 | 3 | -0/+515 |