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

More archive 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-17-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/archive.py [new file with mode: 0644]
tests/functional/qemu_test/utils.py