From fde8e0f027a72e07b36cde9a2be9dbf79b58d780 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 7 Dec 2017 20:25:05 +0200 Subject: 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 Reviewed-by: Kieran Bingham --- tests/kms-test-planeposition.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/kms-test-planeposition.py') 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() -- cgit v1.2.3