[U-Boot] [PATCH 0/4] efi_laoder: Add travis test coverage
Alexander Graf
agraf at suse.de
Wed Nov 16 12:15:35 CET 2016
Now that we have Travis-CI support in U-Boot as well as a simple hello world
efi binary test case, we can make use of the two and verify that efi_loader
support still works on every commit.
This patch set enables network as well as basic efi_loader test coverage once
the uboot-test-hooks pull request at
https://github.com/swarren/uboot-test-hooks/pull/9
is accepted.
Alexander Graf (4):
tests: net: Offset downloads to 4MB
travis: Add python path for environments
tests: Add efi_loader hello world test
efi_loader: Allow to compile helloworld.efi w/o bundling it
.travis.yml | 1 +
arch/arm/lib/Makefile | 2 +-
arch/x86/config.mk | 2 +-
arch/x86/lib/Makefile | 2 +-
cmd/Kconfig | 15 +++-
lib/efi_loader/Makefile | 3 +
test/py/tests/test_efi_loader.py | 158 +++++++++++++++++++++++++++++++++++++++
test/py/tests/test_net.py | 4 +-
8 files changed, 181 insertions(+), 6 deletions(-)
create mode 100644 test/py/tests/test_efi_loader.py
--
1.8.5.6
More information about the U-Boot
mailing list