]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Complete test coverage of comp_util
authorSimon Glass <sjg@chromium.org>
Mon, 10 Jan 2022 03:14:10 +0000 (20:14 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 25 Jan 2022 19:36:11 +0000 (12:36 -0700)
commit226672d8dd71b3d706a25838252535271890e017
tree6e83774eff49fb7f7c4d634281d3e985700c641a
parentba8a4831bc05571b2cef69b197636ca3a09fb65b
binman: Complete test coverage of comp_util

Drop the unused gzip code, update comments and add a test for an
invalid algorithm. The temporary file is not needed now, so drop that
also.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/comp_util.py
tools/binman/ftest.py