Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-31 | tests: Only call execute() if the test is run directly | Laurent Pinchart | |
Only run a test automatically if the Python test script is executed directly. This will allow importing tests as modules in a test runner. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
2022-06-29 | tests: Rename kms-test-planeposition.py to kms-test-plane-position.py | Laurent Pinchart | |
Match the name scheme of other tests by renaming kms-test-planeposition.py to kms-test-plane-position.py. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> |