summary refs log tree commit diff stats
path: root/tests/functional/test_virtio_version.py
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2024-11-29 17:31:00 +0000
committerThomas Huth <thuth@redhat.com>2024-12-11 09:18:39 +0100
commit6d509f637e2ee98b1ed106018b69780a4dd3c255 (patch)
tree3ac983b10c734d76972395baea88eed84cbea3d8 /tests/functional/test_virtio_version.py
parentd4d183af34b7dc61496349a63594c8b47cc71c10 (diff)
downloadfocaccia-qemu-6d509f637e2ee98b1ed106018b69780a4dd3c255.tar.gz
focaccia-qemu-6d509f637e2ee98b1ed106018b69780a4dd3c255.zip
tests/functional: remove unused system imports
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241129173120.761728-3-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_virtio_version.py')
-rwxr-xr-xtests/functional/test_virtio_version.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/test_virtio_version.py b/tests/functional/test_virtio_version.py
index 92e3f5caf0..a5ea73237f 100755
--- a/tests/functional/test_virtio_version.py
+++ b/tests/functional/test_virtio_version.py
@@ -9,8 +9,6 @@ Check compatibility of virtio device types
 #
 # This work is licensed under the terms of the GNU GPL, version 2 or
 # later.  See the COPYING file in the top-level directory.
-import sys
-import os
 
 from qemu.machine import QEMUMachine
 from qemu_test import QemuSystemTest