[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v7 7/7] tests/powernv: Add PowerNV test for Power11
From: |
Aditya Gupta |
Subject: |
[PATCH v7 7/7] tests/powernv: Add PowerNV test for Power11 |
Date: |
Fri, 28 Mar 2025 01:37:38 +0530 |
With all Power11 support in place, add Power11 PowerNV test.
Cc: Cédric Le Goater <clg@kaod.org>
Cc: Frédéric Barrat <fbarrat@linux.ibm.com>
Cc: Mahesh J Salgaonkar <mahesh@linux.ibm.com>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
---
tests/functional/test_ppc64_powernv.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/functional/test_ppc64_powernv.py
b/tests/functional/test_ppc64_powernv.py
index 2b4db1cf99b4..9ada832b7816 100755
--- a/tests/functional/test_ppc64_powernv.py
+++ b/tests/functional/test_ppc64_powernv.py
@@ -116,5 +116,9 @@ def test_powernv10(self):
self.set_machine('powernv10')
self.do_test_ppc64_powernv('P10')
+ def test_powernv11(self):
+ self.set_machine('powernv11')
+ self.do_test_ppc64_powernv('Power11')
+
if __name__ == '__main__':
LinuxKernelTest.main()
--
2.49.0
- [PATCH v7 0/7] Power11 support for QEMU [PowerNV], Aditya Gupta, 2025/03/27
- [PATCH v7 2/7] ppc/pnv: Introduce Power11 PowerNV machine, Aditya Gupta, 2025/03/27
- [PATCH v7 4/7] ppc/pnv: Add PHB5 PCIe Host bridge to Power11, Aditya Gupta, 2025/03/27
- [PATCH v7 1/7] ppc/pnv: Introduce Pnv11Chip, Aditya Gupta, 2025/03/27
- [PATCH v7 3/7] ppc/pnv: Add XIVE2 controller to Power11, Aditya Gupta, 2025/03/27
- [PATCH v7 5/7] ppc/pnv: Add ChipTOD model for Power11, Aditya Gupta, 2025/03/27
- [PATCH v7 7/7] tests/powernv: Add PowerNV test for Power11,
Aditya Gupta <=
- [PATCH v7 6/7] tests/powernv: Switch to buildroot images instead of op-build, Aditya Gupta, 2025/03/27
- Re: [PATCH v7 0/7] Power11 support for QEMU [PowerNV], Cédric Le Goater, 2025/03/28