mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
d4d183af34
commit
6d509f637e
10 changed files with 0 additions and 16 deletions
|
@ -14,7 +14,6 @@ from qemu_test import QemuSystemTest, Asset
|
|||
from qemu_test import wait_for_console_pattern
|
||||
from qemu_test import interrupt_interactive_console_until_pattern
|
||||
from qemu_test.utils import lzma_uncompress
|
||||
from unittest import skipUnless
|
||||
|
||||
def fetch_firmware(test):
|
||||
"""
|
||||
|
|
|
@ -39,7 +39,6 @@ import shutil
|
|||
import subprocess
|
||||
import tarfile
|
||||
import tempfile
|
||||
import time
|
||||
import zipfile
|
||||
|
||||
from pathlib import Path
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
|
||||
from qemu_test import LinuxKernelTest, Asset
|
||||
from qemu_test.utils import archive_extract
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
# 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 time
|
||||
from qemu_test import exec_command, exec_command_and_wait_for_pattern
|
||||
from qemu_test import QemuSystemTest, Asset
|
||||
from qemu_test import wait_for_console_pattern
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
from unittest import skipUnless
|
||||
from qemu_test import QemuSystemTest, Asset
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
|
||||
from qemu_test import LinuxKernelTest, Asset
|
||||
from qemu_test.utils import archive_extract
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
# later. See the COPYING file in the top-level directory.
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
from qemu_test import QemuSystemTest, Asset
|
||||
from qemu_test import exec_command
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
import os
|
||||
import time
|
||||
|
||||
from unittest import skipUnless
|
||||
from qemu_test import Asset, exec_command_and_wait_for_pattern
|
||||
from qemu_test.tuxruntest import TuxRunBaselineTest
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@ import shutil
|
|||
from qemu_test import LinuxKernelTest, Asset
|
||||
from qemu_test import exec_command_and_wait_for_pattern
|
||||
from qemu_test.utils import archive_extract
|
||||
from unittest import skipUnless
|
||||
|
||||
class R2dEBTest(LinuxKernelTest):
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue