mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user