mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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 <nieklinnenbank@gmail.com>
Fixes: 380f7268b7
("tests/functional: Convert the OrangePi tests to the functional framework")
Message-ID: <20250316210232.46298-1-nieklinnenbank@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
c1a6bff276
commit
6d19d09547
1 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue