mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/functional: Require 'user' netdev for ppc64 e500 test
When commit72cdd672e1
extended the ppc64 e500 test to add network support, it forgot to require the 'user' netdev backend. Fix that. Fixes:72cdd672e1
("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>
This commit is contained in:
parent
48170c2d86
commit
533b33d04b
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class E500Test(LinuxKernelTest):
|
||||||
|
|
||||||
def test_ppc64_e500_buildroot(self):
|
def test_ppc64_e500_buildroot(self):
|
||||||
self.set_machine('ppce500')
|
self.set_machine('ppce500')
|
||||||
|
self.require_netdev('user')
|
||||||
self.cpu = 'e5500'
|
self.cpu = 'e5500'
|
||||||
|
|
||||||
uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch()
|
uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue