Re: [U-Boot] [PATCH] test/py: test_fs: add tests for creating/deleting many files

2019-12-05 Thread Tom Rini
On Tue, Nov 26, 2019 at 05:28:49PM +0900, AKASHI Takahiro wrote: > # This is actually a resent patch of > # [1] https://lists.denx.de/pipermail/u-boot/2019-May/369170.html > > Two test cases are added under test_fs_ext: > test case 10: for root directory > test case 11: for non-root

[U-Boot] [PATCH] test/py: test_fs: add tests for creating/deleting many files

2019-11-26 Thread AKASHI Takahiro
# This is actually a resent patch of # [1] https://lists.denx.de/pipermail/u-boot/2019-May/369170.html Two test cases are added under test_fs_ext: test case 10: for root directory test case 11: for non-root directory Those will verify a behavior fixed by the commits related to root