]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: move uncompress handling into new uncompress.py file
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Dec 2024 15:59:38 +0000 (15:59 +0000)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2024 18:39:53 +0000 (19:39 +0100)
commitba32e50a1b2103e9f548c30ef5e96375c0002372
tree4e5f9ea0d03b54b46356d0ce67642d4ea7bef8ef
parentcfcb4484fc78cbbd835e2880add561e1fbef6796
tests/functional: move uncompress handling into new uncompress.py file

More uncompress related code will be added shortly, so having a
separate file makes more sense.

The utils.py imports the functions from archive.py, so that
existing callers don't need to be modified. This avoids
redundant code churn until later in the series when all
calls will be adapted for other reasons.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-18-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/uncompress.py [new file with mode: 0644]
tests/functional/qemu_test/utils.py