diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-12-07 20:25:05 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2017-12-15 11:41:18 +0200 |
commit | fde8e0f027a72e07b36cde9a2be9dbf79b58d780 (patch) | |
tree | 6e8b26f8b3cd70917c20d25691a5543a7baf9620 /tests/kms-test-planeposition.py | |
parent | 398dbd4eab49d12d1c2848e6c7c7e3f2e8fa38e7 (diff) |
kmstest.py: Update to the latest kmsxx Python bindings
Commit 706a44abb3aa ("Update to latest pybind11") of kmsxx broke the
test suite by changing the signature of the AtomicRequest::commit
function. Update the test suite accordingly.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'tests/kms-test-planeposition.py')
-rwxr-xr-x | tests/kms-test-planeposition.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms-test-planeposition.py b/tests/kms-test-planeposition.py index b42de97..63f745b 100755 --- a/tests/kms-test-planeposition.py +++ b/tests/kms-test-planeposition.py @@ -101,6 +101,7 @@ class PlanePositionTest(kmstest.KMSTest): self.logger.log("Moved overlay plane to %d,%d" % offset) time.sleep(3) + self.atomic_crtc_disable(crtc) self.success() PlanePositionTest().execute() |