[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[RFC PATCH 01/11] tests/avocado: ppc add powernv10 boot_linux_console te
From: |
Nicholas Piggin |
Subject: |
[RFC PATCH 01/11] tests/avocado: ppc add powernv10 boot_linux_console test |
Date: |
Tue, 10 Oct 2023 17:52:28 +1000 |
Add a powernv POWER10 variant for boot_linux_console.py.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
---
tests/avocado/boot_linux_console.py | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/tests/avocado/boot_linux_console.py
b/tests/avocado/boot_linux_console.py
index 01ee149812..9434304cd3 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -1393,6 +1393,14 @@ def test_ppc_powernv9(self):
"""
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
--
2.42.0