aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_loader.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-26test: address some pylint warningsHeinrich Schuchardt1-5/+5
2020-07-31test: do not rely on => being the promptHeinrich Schuchardt1-1/+1
2020-07-22efi_loader: use logging for bootefi commandHeinrich Schuchardt1-5/+4
2020-07-16efi_loader: skip warnings for network configurationHeinrich Schuchardt1-5/+11
2020-03-30test/py: test_efi_grub_net() requires OF_CONTROLHeinrich Schuchardt1-0/+1
2020-03-28test/py: UEFI helloworld requires OF_CONTROLHeinrich Schuchardt1-2/+3
2020-01-07test/py: describe env__efi_loader_helloworld_fileHeinrich Schuchardt1-3/+4
2019-01-15test: Use single quote consistentlySimon Glass1-6/+6
2018-07-20test/py: remove hacks for non-zero RAM base address in testsQuentin Schulz1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-12-01test/py: check return code of helloworldHeinrich Schuchardt1-0/+2
2017-12-01test/py: fix typo in test_efi_loader.pyHeinrich Schuchardt1-1/+1
2016-11-27travis: Add efi_loader grub2 testAlexander Graf1-10/+47
2016-11-27efi_loader: Allow to compile helloworld.efi w/o bundling itAlexander Graf1-1/+1
2016-11-26tests: Add efi_loader hello world testAlexander Graf1-0/+158