From: Heinrich Schuchardt Date: Mon, 30 Mar 2020 18:27:42 +0000 (+0200) Subject: test/py: test_efi_grub_net() requires OF_CONTROL X-Git-Tag: baikal/mips/sdk5.9~501^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=e3fe2406805a76543c8483bdee98a45118ce9508;p=uboot.git test/py: test_efi_grub_net() requires OF_CONTROL With CONFIG_OF_CONTROL environment variable $fdtcontroladdr is not defined and test_efi_grub_net() fails. Signed-off-by: Heinrich Schuchardt --- diff --git a/test/py/tests/test_efi_loader.py b/test/py/tests/test_efi_loader.py index e105645484..9465c28fbc 100644 --- a/test/py/tests/test_efi_loader.py +++ b/test/py/tests/test_efi_loader.py @@ -170,6 +170,7 @@ def test_efi_helloworld_builtin(u_boot_console): expected_text = 'Hello, world' assert expected_text in output +@pytest.mark.buildconfigspec('of_control') @pytest.mark.buildconfigspec('cmd_bootefi') def test_efi_grub_net(u_boot_console): """Run the grub.efi binary via TFTP.