]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: add zstd support to uncompress utility
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Jan 2025 12:10:41 +0000 (12:10 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 10 Jan 2025 11:18:32 +0000 (11:18 +0000)
commite6c9ab0b1808004ded669fcad93134422c70e62f
treec7b4f9dd54733144be165ec9c84a533fff2f9d3e
parentb233de2af7ef97f18297ff63d658e449bad6eee3
tests/functional: add zstd support to uncompress utility

Rather than using the python library (which has a different API
anyway) lets just call the binary. zstdtools is already in out
qemu.yml so all test containers should have it around. Tests should
still use @skipIfMissingCommands('zstd') to gracefully handle when
only minimal dependencies have been installed.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250108121054.1126164-20-alex.bennee@linaro.org>
tests/functional/qemu_test/uncompress.py