Skip to content

Commit 6d19d09

Browse files
nieklinnenbankhuth
authored andcommitted
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 <[email protected]> Fixes: 380f726 ("tests/functional: Convert the OrangePi tests to the functional framework") Message-ID: <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent c1a6bff commit 6d19d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_arm_orangepi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from qemu_test.utils import image_pow2ceil_expand
1515

1616

17-
class BananaPiMachine(LinuxKernelTest):
17+
class OrangePiMachine(LinuxKernelTest):
1818

1919
ASSET_DEB = Asset(
2020
('https://apt.armbian.com/pool/main/l/linux-6.6.16/'

0 commit comments

Comments
 (0)