test: Correct pylint errors
authorSimon Glass <sjg@chromium.org>
Fri, 11 Feb 2022 20:23:23 +0000 (13:23 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Mar 2022 15:28:12 +0000 (10:28 -0500)
commit9e0077796faa917650fe8831009bbed1090286e6
tree023ac2de40da59e1a91aa3f30a28cfd6ad20f758
parent68a0b7156a73ca401b409dab7baa410c42cdccfd
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>
test/py/tests/test_android/test_avb.py
test/py/tests/test_bind.py
test/py/tests/vboot_evil.py
test/py/u_boot_console_base.py