diff mbox series

[v2] tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine'

Message ID 20250317212439.12278-1-nieklinnenbank@gmail.com (mailing list archive)
State New
Headers show
Series [v2] tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine' | expand

Commit Message

Niek Linnenbank March 17, 2025, 9:24 p.m. UTC
The test class in this file contains all functional test cases
for testing the Orange Pi PC board. It should be given a name
matching the Qemu machine it covers.

This commit sets the test class name to 'OrangePiMachine'.

Fixes: 380f7268b7b ("tests/functional: Convert the OrangePi tests to the functional framework")
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Niek Linnenbank <nieklinnenbank@gmail.com>
---
 tests/functional/test_arm_orangepi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/functional/test_arm_orangepi.py b/tests/functional/test_arm_orangepi.py
index 18ee50216b..28919391e5 100755
--- a/tests/functional/test_arm_orangepi.py
+++ b/tests/functional/test_arm_orangepi.py
@@ -14,7 +14,7 @@ 
 from qemu_test.utils import image_pow2ceil_expand
 
 
-class BananaPiMachine(LinuxKernelTest):
+class OrangePiMachine(LinuxKernelTest):
 
     ASSET_DEB = Asset(
         ('https://apt.armbian.com/pool/main/l/linux-6.6.16/'