Re: [PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support

2024-08-07 Thread Cleber Rosa
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

Re: [PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support

2024-08-06 Thread Marcin Juszkiewicz
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

[PATCH v2 7/9] tests/avocado/tuxrun_baselines.py: use Avocado's zstd support

2024-08-06 Thread Cleber Rosa
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