diff options
| author | Daniel P. Berrangé <berrange@redhat.com> | 2024-11-29 17:31:00 +0000 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-12-11 09:18:39 +0100 |
| commit | 6d509f637e2ee98b1ed106018b69780a4dd3c255 (patch) | |
| tree | 3ac983b10c734d76972395baea88eed84cbea3d8 /tests/functional/test_sh4eb_r2d.py | |
| parent | d4d183af34b7dc61496349a63594c8b47cc71c10 (diff) | |
| download | focaccia-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_sh4eb_r2d.py')
| -rwxr-xr-x | tests/functional/test_sh4eb_r2d.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/test_sh4eb_r2d.py b/tests/functional/test_sh4eb_r2d.py index d9c022c8b8..cd46007942 100755 --- a/tests/functional/test_sh4eb_r2d.py +++ b/tests/functional/test_sh4eb_r2d.py @@ -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): |