diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2024-12-17 15:59:48 +0000 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-12-17 19:39:53 +0100 |
commit | 3bb4c8b6134df5367675c4ade4f5c177d29fe903 (patch) | |
tree | 7c0ff4ae9faff8118ca40a4ac749b23ac400639b /tests/functional/qemu_test/utils.py | |
parent | 65d35a4e27a808370bac40c06c1e24d30461b0eb (diff) | |
download | qemu-3bb4c8b6134df5367675c4ade4f5c177d29fe903.zip qemu-3bb4c8b6134df5367675c4ade4f5c177d29fe903.tar.gz qemu-3bb4c8b6134df5367675c4ade4f5c177d29fe903.tar.bz2 |
tests/functional: drop back compat imports from utils.py
Now that all tests are converted over to the higher level wrapper
functions, the back compat imports from utils.py are redundant.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-28-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/qemu_test/utils.py')
-rw-r--r-- | tests/functional/qemu_test/utils.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/functional/qemu_test/utils.py b/tests/functional/qemu_test/utils.py index 6b87af4..43853b4 100644 --- a/tests/functional/qemu_test/utils.py +++ b/tests/functional/qemu_test/utils.py @@ -10,11 +10,6 @@ import os -from .archive import tar_extract as archive_extract -from .archive import cpio_extract -from .uncompress import gzip_uncompress -from .uncompress import lzma_uncompress - """ Round up to next power of 2 """ |