Re: [PATCH v3 3/3] test/py: rewrite sqfsls command test suite

2021-07-05 Thread Tom Rini
On Wed, Jun 30, 2021 at 07:45:05PM -0300, Joao Marcos Costa wrote: > Add more details to test cases by comparing each expected line with the > command's output. Add new test cases: > - sqfsls at an empty directory > - sqfsls at a sub-directory > > Signed-off-by: Joao Marcos Costa Applied to u-b

Re: [PATCH v3 3/3] test/py: rewrite sqfsls command test suite

2021-07-05 Thread Simon Glass
On Wed, 30 Jun 2021 at 16:45, Joao Marcos Costa wrote: > > Add more details to test cases by comparing each expected line with the > command's output. Add new test cases: > - sqfsls at an empty directory > - sqfsls at a sub-directory > > Signed-off-by: Joao Marcos Costa > --- > .../test_fs/test_

[PATCH v3 3/3] test/py: rewrite sqfsls command test suite

2021-06-30 Thread Joao Marcos Costa
Add more details to test cases by comparing each expected line with the command's output. Add new test cases: - sqfsls at an empty directory - sqfsls at a sub-directory Signed-off-by: Joao Marcos Costa --- .../test_fs/test_squashfs/test_sqfs_ls.py | 140 +++--- 1 file changed, 12