]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/powernv: Add PowerNV test for Power11
authorAditya Gupta <adityag@linux.ibm.com>
Thu, 25 Sep 2025 17:30:49 +0000 (23:00 +0530)
committerHarsh Prateek Bora <harshpb@linux.ibm.com>
Sun, 28 Sep 2025 17:52:07 +0000 (23:22 +0530)
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>

tests/functional/ppc64/test_powernv.py

index 2b4db1cf99b4e752107374b3c498074d3e3e046d..9ada832b78161683dcdfa3ae22fecee3866041f8 100755 (executable)
@@ -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()