commit | 1b035c119ae8799f4b0f7e2b6a140b9feadd3c7c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 11 09:47:17 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Oct 17 21:17:13 2022 -0600 |
tree | 71b2f1a627e28acebe7916d3c810463e58ff5af0 | |
parent | 571707b1e41363ff36d6f80a38fb046f05be4d16 [diff] |
test: Move common FIT code into a separate fit_util file To avoid duplicating code, create a new fit_util module which provides various utility functions for FIT. Move this code out from the existing test_fit.py and refactor it with addition parameters. Fix up pylint warnings in the conversion. This involves no functional change. Signed-off-by: Simon Glass <sjg@chromium.org>