Skip to content

Commit 533b33d

Browse files
legoaterhuth
authored andcommitted
tests/functional: Require 'user' netdev for ppc64 e500 test
When commit 72cdd67 extended the ppc64 e500 test to add network support, it forgot to require the 'user' netdev backend. Fix that. Fixes: 72cdd67 ("tests/functional: Replace the ppc64 e500 advent calendar test") Signed-off-by: Cédric Le Goater <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Acked-by: Bernhard Beschow <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 48170c2 commit 533b33d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/test_ppc64_e500.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class E500Test(LinuxKernelTest):
2020

2121
def test_ppc64_e500_buildroot(self):
2222
self.set_machine('ppce500')
23+
self.require_netdev('user')
2324
self.cpu = 'e5500'
2425

2526
uimage_path = self.ASSET_BR2_E5500_UIMAGE.fetch()

0 commit comments

Comments
 (0)