]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional: Require 'user' netdev for ppc64 e500 test
authorCédric Le Goater <clg@redhat.com>
Sat, 8 Mar 2025 07:13:28 +0000 (08:13 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Mar 2025 17:15:30 +0000 (18:15 +0100)
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>
tests/functional/test_ppc64_e500.py

index 9ce7ae6c479846ab7bc37e2f296a806af389124d..f5fcad9f6b6672f2e39b74ef40d5f17c88997b1c 100755 (executable)
@@ -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()