On 10/24/25 14:40, Thomas Huth wrote:
From: Thomas Huth <[email protected]>
This file does not use LinuxKernelTest directly (but AspeedTest),
so we can remove this unnecessary import here.
Signed-off-by: Thomas Huth <[email protected]>
---
tests/functional/arm/test_aspeed_ast1030.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/functional/arm/test_aspeed_ast1030.py
b/tests/functional/arm/test_aspeed_ast1030.py
index 60e2b0251c6..d1822edd8f1 100755
--- a/tests/functional/arm/test_aspeed_ast1030.py
+++ b/tests/functional/arm/test_aspeed_ast1030.py
@@ -6,9 +6,8 @@
#
# SPDX-License-Identifier: GPL-2.0-or-later
-from qemu_test import LinuxKernelTest, Asset
from aspeed import AspeedTest
-from qemu_test import exec_command_and_wait_for_pattern
+from qemu_test import Asset, exec_command_and_wait_for_pattern
class AST1030Machine(AspeedTest):
Reviewed-by: Cédric Le Goater <[email protected]>
Thanks,
C.