qemu-arm.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/functional/arm/test_aspeed_ast1030: Remove unused import
@ 2025-10-24 12:40 Thomas Huth
  2025-10-24 12:45 ` Cédric Le Goater
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Huth @ 2025-10-24 12:40 UTC (permalink / raw)
  To: Cédric Le Goater, Peter Maydell, qemu-devel
  Cc: Steven Lee, Troy Lee, Jamin Lin, Andrew Jeffery, Joel Stanley,
	qemu-arm

From: Thomas Huth <thuth@redhat.com>

This file does not use LinuxKernelTest directly (but AspeedTest),
so we can remove this unnecessary import here.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 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):
-- 
2.51.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests/functional/arm/test_aspeed_ast1030: Remove unused import
  2025-10-24 12:40 [PATCH] tests/functional/arm/test_aspeed_ast1030: Remove unused import Thomas Huth
@ 2025-10-24 12:45 ` Cédric Le Goater
  0 siblings, 0 replies; 2+ messages in thread
From: Cédric Le Goater @ 2025-10-24 12:45 UTC (permalink / raw)
  To: Thomas Huth, Peter Maydell, qemu-devel
  Cc: Steven Lee, Troy Lee, Jamin Lin, Andrew Jeffery, Joel Stanley,
	qemu-arm

On 10/24/25 14:40, Thomas Huth wrote:
> From: Thomas Huth <thuth@redhat.com>
> 
> This file does not use LinuxKernelTest directly (but AspeedTest),
> so we can remove this unnecessary import here.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   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 <clg@redhat.com>

Thanks,

C.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-24 12:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-24 12:40 [PATCH] tests/functional/arm/test_aspeed_ast1030: Remove unused import Thomas Huth
2025-10-24 12:45 ` Cédric Le Goater

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).