mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-19 03:15:00 +00:00
test: efi_loader: Fix dependency for http test
The config setting CMD_BOOTEFI_HELLO_COMPILE was removed in favour
of BOOTEFI_HELLO_COMPILE but the dependency for
test_efi_helloworld_net_http was not updated and so is now incorrect
preventing the test from ever running. Fix it.
Fixes: 6fe80876dc
("efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE")
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
2800aecce0
commit
467a84e012
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ def test_efi_helloworld_net_tftp(u_boot_console):
|
|||
do_test_efi_helloworld_net(u_boot_console, PROTO_TFTP);
|
||||
|
||||
@pytest.mark.buildconfigspec('of_control')
|
||||
@pytest.mark.buildconfigspec('cmd_bootefi_hello_compile')
|
||||
@pytest.mark.buildconfigspec('bootefi_hello_compile')
|
||||
@pytest.mark.buildconfigspec('cmd_wget')
|
||||
def test_efi_helloworld_net_http(u_boot_console):
|
||||
"""Run the helloworld.efi binary via HTTP.
|
||||
|
|
Loading…
Add table
Reference in a new issue