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

2021-05-29 Thread João Marcos Costa
Hello, Em qui., 27 de mai. de 2021 às 10:44, Simon Glass escreveu: > Hi Joao, > > On Sun, 23 May 2021 at 20:31, 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, > > co

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

2021-05-27 Thread Simon Glass
Hi Joao, On Sun, 23 May 2021 at 20:31, 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 1/3] test/py: rewrite common tools for SquashFS tests

2021-05-25 Thread Tom Rini
On Sun, May 23, 2021 at 11:31:31PM -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 t