bindings: python: tests: check that event clock is property set in request
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 31 Jul 2024 10:46:58 +0000 (12:46 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 1 Aug 2024 07:56:19 +0000 (09:56 +0200)
commit025693a045f82c9c6cefa6b3d91d15ed05721915
tree80fae7a7cae7036a8fb86a825611024b1e8194b1
parent2f38f92ae27b1427508cf014815ad33029fa6af3
bindings: python: tests: check that event clock is property set in request

We currently only have a test-case that checks if the event clock
property is correctly set in the LineSettings object but not whether it
is actually passed to the line request. Extend the existing test-case for
line requests to account for event clocks as well.

Link: https://lore.kernel.org/r/20240731104658.93117-2-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/tests_line_request.py