Hello, This series fixes miscellaneous issues in the kms-test suite ([1]). Patches 1/7 to 3/7 are direct bug fixes, patches 4/7 and 5/7 improve handling of CRC reader failures by properly handling exceptions, and patches 6/7 and 7/7 implement a test runner. Please see individual patches for details. [1] https://git.ideasonboard.com/renesas/kms-tests.git Laurent Pinchart (7): tests: brxalloc: Fix test start log message tests: modes: Fix access to RuntimeError message text kmstest: Fix CRC directory name string kmstest: Fix exception handling in CRCReader constructor and destructor tests: crc: Skip test if CRC support isn't available tests: Only call execute() if the test is run directly kmstest: Implement test runner when executed directly tests/kms-test-allplanes.py | 4 ++- tests/kms-test-brxalloc.py | 6 ++-- tests/kms-test-connectors.py | 3 +- tests/kms-test-crc.py | 12 ++++++-- tests/kms-test-formats.py | 4 ++- tests/kms-test-legacy-modeset.py | 4 ++- tests/kms-test-modes.py | 6 ++-- tests/kms-test-modeset.py | 4 ++- tests/kms-test-pageflip.py | 4 ++- tests/kms-test-plane-alpha.py | 4 ++- tests/kms-test-plane-position.py | 4 ++- tests/kms-test-plane-zpos.py | 4 ++- tests/kms-test-routing.py | 3 +- tests/kmstest.py | 52 +++++++++++++++++++++++++++++--- 14 files changed, 94 insertions(+), 20 deletions(-) base-commit: 70afa1a51f4ffc4db404514af0b2990b23d56fee -- Regards, Laurent Pinchart