[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test
From: |
Nicholas Piggin |
Subject: |
[PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test |
Date: |
Mon, 8 Jan 2024 03:01:15 +1000 |
Add test for POWER10.
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 3f0180e1f8..4f05bb7441 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -1386,6 +1386,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
- [PATCH 0/9] tests/avocado: ppc additions and other fixes, Nicholas Piggin, 2024/01/07
- [PATCH 1/9] gitlab: fix s390x tag for avocado-system-centos, Nicholas Piggin, 2024/01/07
- [PATCH 2/9] tests/avocado: mark boot_linux.py long runtime instead of flaky, Nicholas Piggin, 2024/01/07
- [PATCH 3/9] tests/avocado: Mark x86-64 boot_linux.py TCG tests as long runtime, Nicholas Piggin, 2024/01/07
- [PATCH 4/9] tests/avocado: Enable replay_linux.py on ppc64 pseries, Nicholas Piggin, 2024/01/07
- [PATCH 5/9] tests/avocado: ppc add powernv10 boot_linux_console test,
Nicholas Piggin <=
- [PATCH 6/9] tests/avocado: Add ppc pseries and powernv hash MMU tests, Nicholas Piggin, 2024/01/07
- [PATCH 7/9] tests/avocado: Add pseries KVM boot_linux test, Nicholas Piggin, 2024/01/07
- [PATCH 8/9] tests/avocado: ppc add hypervisor tests, Nicholas Piggin, 2024/01/07
- [PATCH 9/9] tests/avocado: Add FreeBSD distro boot tests for ppc, Nicholas Piggin, 2024/01/07