Re: [PATCH v3 1/3] test/py: rewrite common tools for SquashFS tests

2021-07-05 Thread Tom Rini
On Wed, Jun 30, 2021 at 07:45:03PM -0300, Joao Marcos Costa wrote: > Remove the previous OOP approach, which was confusing and incomplete. > Add more test cases by making SquashFS images with various options, > concerning file fragmentation and its compression. Add comments to > properly document

Re: [PATCH v3 1/3] test/py: rewrite common tools for SquashFS tests

2021-07-05 Thread Simon Glass
On Wed, 30 Jun 2021 at 16:45, Joao Marcos Costa wrote: > > Remove the previous OOP approach, which was confusing and incomplete. > Add more test cases by making SquashFS images with various options, > concerning file fragmentation and its compression. Add comments to > properly document the code.

[PATCH v3 1/3] test/py: rewrite common tools for SquashFS tests

2021-06-30 Thread Joao Marcos Costa
Remove the previous OOP approach, which was confusing and incomplete. Add more test cases by making SquashFS images with various options, concerning file fragmentation and its compression. Add comments to properly document the code. Signed-off-by: Joao Marcos Costa --- .../test_fs/test_squashfs/