mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-19 05:31:32 +00:00
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 <xypron.glpk@gmx.de>
This commit is contained in:
parent
d4babee087
commit
67357553ad
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ def test_efi_helloworld_builtin(u_boot_console):
|
||||||
expected_text = 'Hello, world'
|
expected_text = 'Hello, world'
|
||||||
assert expected_text in output
|
assert expected_text in output
|
||||||
|
|
||||||
|
@pytest.mark.buildconfigspec('of_control')
|
||||||
@pytest.mark.buildconfigspec('cmd_bootefi')
|
@pytest.mark.buildconfigspec('cmd_bootefi')
|
||||||
def test_efi_grub_net(u_boot_console):
|
def test_efi_grub_net(u_boot_console):
|
||||||
"""Run the grub.efi binary via TFTP.
|
"""Run the grub.efi binary via TFTP.
|
||||||
|
|
Loading…
Add table
Reference in a new issue