qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 16/31] tests/functional: move archive handling into new ar


From: Thomas Huth
Subject: Re: [PATCH v2 16/31] tests/functional: move archive handling into new archive.py file
Date: Thu, 12 Dec 2024 10:38:58 +0100
User-agent: Mozilla Thunderbird

On 11/12/2024 18.26, Daniel P. Berrangé wrote:
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.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
  tests/functional/qemu_test/archive.py | 31 +++++++++++++++++++++++++++
  tests/functional/qemu_test/utils.py   | 23 +++-----------------
  2 files changed, 34 insertions(+), 20 deletions(-)
  create mode 100644 tests/functional/qemu_test/archive.py

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]