diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2022-02-03 21:43:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-02-11 10:52:24 -0500 |
commit | 7ace56ae0321a0333d333df40e1e02aa17fa2dae (patch) | |
tree | f2184a5eb450727094441e5df44e0d71a98048ac /scripts | |
parent | eebcdb34d06104ed9ad2f089ad8a0b4f3b8ec89e (diff) | |
download | u-boot-7ace56ae0321a0333d333df40e1e02aa17fa2dae.tar.gz |
test/py: Add test case for mkimage -o argument
Stress the '-o algo_name' argument of mkimage by expanding the vboot
test.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
[trini: Update scripts/pylint.base]
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pylint.base | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pylint.base b/scripts/pylint.base index 7e25108b83..e84ae52cbe 100644 --- a/scripts/pylint.base +++ b/scripts/pylint.base @@ -66,7 +66,7 @@ test_tests_test_tpm2.py 8.51 test_tests_test_ums.py 6.32 test_tests_test_unknown_cmd.py 5.00 test_tests_test_ut.py 7.06 -test_tests_test_vboot.py 6.08 +test_tests_test_vboot.py 6.01 test_tests_vboot_evil.py 8.95 test_tests_vboot_forge.py 9.22 test_u_boot_console_base.py 7.08 |