From: Niek Linnenbank Date: Sun, 16 Mar 2025 21:02:31 +0000 (+0100) Subject: tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine' X-Git-Tag: v10.0.0-rc1~8^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d19d095470221684afe065cffd40adebe644d04;p=thirdparty%2Fqemu.git tests/functional/test_arm_orangepi: rename test class to 'OrangePiMachine' 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'. Signed-off-by: Niek Linnenbank Fixes: 380f7268b7b ("tests/functional: Convert the OrangePi tests to the functional framework") Message-ID: <20250316210232.46298-1-nieklinnenbank@gmail.com> Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- 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 import wait_for_console_pattern, skipBigDataTest 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/'