aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_bootmgr/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* global: Use proper project name U-BootMichal Simek2023-06-121-1/+1
| | | | | | | | | | | Use proper project name in comments, Kconfig, readmes. Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/0dbdf0432405c1c38ffca55703b6737a48219e79.1684307818.git.michal.simek@amd.com
* test: fix pydoc issues for EFI testsHeinrich Schuchardt2023-05-041-4/+2
| | | | | | | Fix issues reported by pydocstyle. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
* test: fix pylint warnings in test_efi_bootmgrHeinrich Schuchardt2022-03-311-8/+6
| | | | | | | | | | * Use f'' strings instead of .format(). * Correct sequence of imports. * Remove a superfluous import. * Add missing documentation. * Replace yield by return. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* test: test UEFI boot managerHeinrich Schuchardt2022-03-261-0/+42
Provide a unit test for * efidebug boot add * efidebug boot order * bootefi bootmgr * initrd via EFI_LOAD_FILE2_PROTOCOL Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>