aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Le Goater <clg@redhat.com>2025-03-08 08:13:28 +0100
committerThomas Huth <thuth@redhat.com>2025-03-12 18:15:30 +0100
commit533b33d04bff604863deff3f7d41396d110b57e6 (patch)
tree60df68e573ac8c92eb9a02ae47356f3af1862b7d
parent48170c2d865a5937092b1384421b01cd38113042 (diff)
downloadqemu-533b33d04bff604863deff3f7d41396d110b57e6.zip
qemu-533b33d04bff604863deff3f7d41396d110b57e6.tar.gz
qemu-533b33d04bff604863deff3f7d41396d110b57e6.tar.bz2
tests/functional: Require 'user' netdev for ppc64 e500 test
When commit 72cdd672e18c extended the ppc64 e500 test to add network support, it forgot to require the 'user' netdev backend. Fix that. Fixes: 72cdd672e18c ("tests/functional: Replace the ppc64 e500 advent calendar test") Signed-off-by: Cédric Le Goater <clg@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Acked-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250308071328.193694-1-clg@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
-rwxr-xr-xtests/functional/test_ppc64_e500.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/test_ppc64_e500.py b/tests/functional/test_ppc64_e500.py
index 9ce7ae6..f5fcad9 100755
--- a/tests/functional/test_ppc64_e500.py
+++ b/tests/functional/test_ppc64_e500.py
@@ -20,6 +20,7 @@ class E500Test(LinuxKernelTest):
def test_ppc64_e500_buildroot(self):
self.set_machine('ppce500')
+ self.require_netdev('user')
self.cpu = 'e5500'
uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch()