projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
458a6aa
)
tests/avocado: ppc add powernv10 boot_linux_console test
author
Nicholas Piggin
<npiggin@gmail.com>
Mon, 11 Sep 2023 22:31:42 +0000
(08:31 +1000)
committer
Nicholas Piggin
<npiggin@gmail.com>
Fri, 23 Feb 2024 13:16:34 +0000
(23:16 +1000)
Add test for POWER10.
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
tests/avocado/boot_linux_console.py
patch
|
blob
|
history
diff --git
a/tests/avocado/boot_linux_console.py
b/tests/avocado/boot_linux_console.py
index af104fff1cc175af519438b7e918fda665a8c20a..a00202df3cbecb7b208327354fd41327664206af 100644
(file)
--- a/
tests/avocado/boot_linux_console.py
+++ b/
tests/avocado/boot_linux_console.py
@@
-1387,6
+1387,14
@@
class BootLinuxConsole(LinuxKernelTest):
"""
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):
"""
:avocado: tags=arch:ppc