diff options
Diffstat (limited to 'test/py/tests/test_vbe.py')
-rw-r--r-- | test/py/tests/test_vbe.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/tests/test_vbe.py b/test/py/tests/test_vbe.py index 861df3f8266..876d22fa809 100644 --- a/test/py/tests/test_vbe.py +++ b/test/py/tests/test_vbe.py @@ -90,8 +90,8 @@ ut bootstd -f vbe_test_fixup_norun @pytest.mark.boardspec('sandbox_flattree') @pytest.mark.requiredtool('dtc') -def test_vbe(u_boot_console): - cons = u_boot_console +def test_vbe(ubman): + cons = ubman kernel = fit_util.make_kernel(cons, 'vbe-kernel.bin', 'kernel') fdt = fit_util.make_dtb(cons, base_fdt, 'vbe-fdt') fdt_out = fit_util.make_fname(cons, 'fdt-out.dtb') |