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

2019-05-28 Thread Tom Rini
On Tue, May 28, 2019 at 06:46:36PM +0200, Heinrich Schuchardt wrote: > As both Tom and I wrote to you in reply of to the first version of the > patch it is not clear how these tests can be run. > > make tests > > simply skips them. > > Could you, please, provide a description in

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

2019-05-28 Thread Heinrich Schuchardt
As both Tom and I wrote to you in reply of to the first version of the patch it is not clear how these tests can be run. make tests simply skips them. Could you, please, provide a description in test/py/README.md. Best regards Heinrich On 5/24/19 7:10 AM, AKASHI Takahiro wrote: Two test

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

2019-05-23 Thread AKASHI Takahiro
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 directory ("fs: fat: allocate a new cluster for root directory of fat32" and "fs: fat: flush a directory