@samitouri / QOSamiQemu / commits / c607cca75c

tests/functional/ppc: skip remote interrupts test if -net user not built

While running remote interrupts test, without libslirp-devel installed, facing the following panic logs. File ... raise VMLaunchFailure( ...<3 lines>... ) from exc ... Output: qemu-system-ppc64: -netdev user,id=net0: network backend 'user' is not compiled into this binary Adding netdev user requirement for this test. Suggested-by: Amit Machhiwal <amachhiw@linux.ibm.com> Reviewed-by: Amit Machhiwal <amachhiw@linux.ibm.com> Suggested-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Fixes: 63f5ba80921 ("tests/functional: Add remote interrupts test for PowerNV") Signed-off-by: Shivang Upadhyay <shivangu@linux.ibm.com> Tested-by: Amit Machhiwal <amachhiw@linux.ibm.com> Message-ID: <20260728074612.42397-1-shivangu@linux.ibm.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>

Shivang Upadhyay committed Jul 28, 2026 at 13:16 UTC c607cca75c354f2be9c2d3259f5b5237afec1717
1 file changed +1
tests/functional/ppc64/test_powernv.py
+1
@@ -90,6 +90,7 @@ class PowernvMachine(LinuxKernelTest):
90
91 def test_linux_remote_interrupts(self):
92 self.require_accelerator("tcg")
93 + self.require_netdev('user')
94 self.set_machine('powernv')
95
96 # Have below setup in this test: