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_or1k_sim.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_or1k_sim.py')
| -rwxr-xr-x | tests/functional/test_or1k_sim.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/test_or1k_sim.py b/tests/functional/test_or1k_sim.py index 10e0437c50..5b68b6b628 100755 --- a/tests/functional/test_or1k_sim.py +++ b/tests/functional/test_or1k_sim.py @@ -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 |