aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/qemu_test/tuxruntest.py
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-12-17 15:59:23 +0000
committerThomas Huth <thuth@redhat.com>2024-12-17 19:39:53 +0100
commit8a6253a43a43084275b31ef05e674e4987b05a84 (patch)
tree03574037152a2ee103ff68fcbfcaa92964609d86 /tests/functional/qemu_test/tuxruntest.py
parent11b88e07f0c221890502250bfe758c526f93cc69 (diff)
downloadqemu-8a6253a43a43084275b31ef05e674e4987b05a84.zip
qemu-8a6253a43a43084275b31ef05e674e4987b05a84.tar.gz
qemu-8a6253a43a43084275b31ef05e674e4987b05a84.tar.bz2
tests/functional: remove many unused imports
Identified using 'pylint --disable=all --enable=W0611' Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Message-ID: <20241217155953.3950506-3-berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/qemu_test/tuxruntest.py')
-rw-r--r--tests/functional/qemu_test/tuxruntest.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functional/qemu_test/tuxruntest.py b/tests/functional/qemu_test/tuxruntest.py
index ab3b27d..d375f27 100644
--- a/tests/functional/qemu_test/tuxruntest.py
+++ b/tests/functional/qemu_test/tuxruntest.py
@@ -11,10 +11,9 @@
import os
import stat
-import time
from qemu_test import QemuSystemTest
-from qemu_test import exec_command, exec_command_and_wait_for_pattern
+from qemu_test import exec_command_and_wait_for_pattern
from qemu_test import wait_for_console_pattern
from qemu_test import has_cmd, run_cmd, get_qemu_img