tests/powernv: Add PowerNV test for Power11

With all Power11 support in place, add Power11 PowerNV test.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Link: https://lore.kernel.org/r/20250925173049.891406-9-adityag@linux.ibm.com
Message-ID: <20250925173049.891406-9-adityag@linux.ibm.com>
This commit is contained in:
Aditya Gupta
2025-09-28 23:22:07 +05:30
committed by Harsh Prateek Bora
parent 968f1af16a
commit 5f810b912e
+4
View File
@@ -116,5 +116,9 @@ class powernvMachine(LinuxKernelTest):
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()