tests/avocado: ppc add powernv10 boot_linux_console test
Add test for POWER10. Reviewed-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
This commit is contained in:
parent
458a6aa3b3
commit
234aa6d62a
@ -1387,6 +1387,14 @@ class BootLinuxConsole(LinuxKernelTest):
|
|||||||
"""
|
"""
|
||||||
self.do_test_ppc64_powernv('P9')
|
self.do_test_ppc64_powernv('P9')
|
||||||
|
|
||||||
|
def test_ppc_powernv10(self):
|
||||||
|
"""
|
||||||
|
:avocado: tags=arch:ppc64
|
||||||
|
:avocado: tags=machine:powernv10
|
||||||
|
:avocado: tags=accel:tcg
|
||||||
|
"""
|
||||||
|
self.do_test_ppc64_powernv('P10')
|
||||||
|
|
||||||
def test_ppc_g3beige(self):
|
def test_ppc_g3beige(self):
|
||||||
"""
|
"""
|
||||||
:avocado: tags=arch:ppc
|
:avocado: tags=arch:ppc
|
||||||
|
Loading…
Reference in New Issue
Block a user