mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tests/functional: add a generalized uncompress helper
There are many types of compression that the tests deal with, and it makes sense to have a single helper 'uncompress' that can deal with all. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-25-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
5831ed84e7
commit
dd66e65f05
2 changed files with 48 additions and 0 deletions
|
@ -17,3 +17,4 @@ from .decorators import skipIfMissingCommands, skipIfNotMachine, \
|
|||
skipFlakyTest, skipUntrustedTest, skipBigDataTest, \
|
||||
skipIfMissingImports
|
||||
from .archive import archive_extract
|
||||
from .uncompress import uncompress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue