Re: [PATCH 6/9] test: Correct pylint errors

2022-03-02 Thread Tom Rini
On Fri, Feb 11, 2022 at 01:23:23PM -0700, Simon Glass wrote: > 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 Applied to u-boot/next, thanks! -- Tom signature.asc Descript

[PATCH 6/9] test: Correct pylint errors

2022-02-11 Thread Simon Glass
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 --- test/py/tests/test_android/test_avb.py | 2 +- test/py/tests/test_bind.py | 8 test/py/tests/vboot_evil.py