]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit93b594d1a07d47fe784f54a55bceb24a4dad12d1
tree023ac2de40da59e1a91aa3f30a28cfd6ad20f758
parent09e64b1ab74d3cf92eb85b075d143c3de48ca595
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