]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: test_efi_loader: add HTTP (wget) test for the EFI loader
authorJerome Forissier <jerome.forissier@linaro.org>
Wed, 11 Sep 2024 09:58:26 +0000 (11:58 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 24 Sep 2024 19:41:21 +0000 (13:41 -0600)
commitd2056e2ed03f05cb03c0137a275e6394f0c6d087
treebc681c2c0ce31c88e802afc9c39a63f2ecfd3f03
parent9f8c10c7ab565fefc8aeff56060b36ce729a8dda
test/py: test_efi_loader: add HTTP (wget) test for the EFI loader

Add a test to test_efi_loader.py similar to the TFTP test but for HTTP
with the wget command.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Tested-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
test/py/tests/test_efi_loader.py