
Rather than using the flattree build, run the OS-request tests on the main sandbox build. Signed-off-by: Simon Glass <sjg@chromium.org> --- test/py/tests/test_vbe.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/py/tests/test_vbe.py b/test/py/tests/test_vbe.py index a1f32f375b6..7a9a3141f07 100644 --- a/test/py/tests/test_vbe.py +++ b/test/py/tests/test_vbe.py @@ -88,9 +88,10 @@ fdt print ut bootstd -f vbe_test_fixup_norun ''' -@pytest.mark.boardspec('sandbox_flattree') +@pytest.mark.boardspec('sandbox') @pytest.mark.requiredtool('dtc') -def test_vbe(ubman): +def test_vbe_os_request(ubman): + """Test loading an OS and dealing with requests""" kernel = fit_util.make_kernel(ubman, 'vbe-kernel.bin', 'kernel') fdt = fit_util.make_dtb(ubman, base_fdt, 'vbe-fdt') fdt_out = fit_util.make_fname(ubman, 'fdt-out.dtb') -- 2.43.0