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