On Tue, Aug 6, 2024 at 2:20 PM Marcin Juszkiewicz
wrote:
>
> On 6.08.2024 19:31, Cleber Rosa wrote:
> > +@skipUnless(archive._probe_zstd_cmd(),
> > +'Could not find "zstd", or it is not able to properly '
> > +'decompress decompress the rootfs')
>
> One "decompr
On 6.08.2024 19:31, Cleber Rosa wrote:
This makes use of the avocado.utils.archive support for zstd.
In order to not duplicate code, the skip condition uses a private
utility from the module which is going to become public in Avocado
versions 103.1 LTS (and also in versions >= 107.0).
Reference
This makes use of the avocado.utils.archive support for zstd.
In order to not duplicate code, the skip condition uses a private
utility from the module which is going to become public in Avocado
versions 103.1 LTS (and also in versions >= 107.0).
Reference: https://github.com/avocado-framework/av