commit | f79907625ce641983534a87a8fab8c7362dcd4fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Feb 11 13:23:23 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 02 10:28:12 2022 -0500 |
tree | 023ac2de40da59e1a91aa3f30a28cfd6ad20f758 | |
parent | afaddc7717bddafefbf2ec1833a806987288c700 [diff] |
test: Correct pylint errors Fix pylint errors in all test. This requires adding a get_spawn() method to the ConsoleBase base, so that its subclass is happy. Signed-off-by: Simon Glass <sjg@chromium.org>