tests/functional: Use default powernv machine instead of power10

The default powernv machine has been recently changed to powernv11,
though fadump functional test used powernv10

Change it to use default 'powernv' machine for the tests instead of
being fixed to powernv10

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Misbah Anjum N <misanjum@linux.ibm.com>
Signed-off-by: Aditya Gupta <adityag@linux.ibm.com>
Link: https://lore.kernel.org/qemu-devel/20260703085955.2318600-5-adityag@linux.ibm.com
Signed-off-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
This commit is contained in:
Aditya Gupta
2026-07-03 14:29:51 +05:30
committed by Harsh Prateek Bora
parent 0e82cffd5e
commit 3c4a2f2ab7

View File

@@ -53,7 +53,7 @@ class QEMUFadump(LinuxKernelTest):
self.require_accelerator("tcg")
if is_powernv:
self.set_machine("powernv10")
self.set_machine("powernv")
else:
# SLOF takes upto >20s in startup time, use VOF
self.set_machine("pseries")