bindings: python: tests: extend reconfiguration tests
authorKent Gibson <warthog618@gmail.com>
Wed, 26 Jun 2024 05:38:06 +0000 (13:38 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 8 Jul 2024 09:50:20 +0000 (11:50 +0200)
commit40db20eec045b026fb76089fbf46417bae20026b
treea05302e9a9e2d07c34c73a878106bd309f445ce7
parent099697530033ceec583b67abfda1df152430fae3
bindings: python: tests: extend reconfiguration tests

A number of the corner cases for reconfiguration are untested, including
 - using None for default settings
 - missing settings for some lines
 - jumbled line ordering relative to the request
 - extra settings for non-requested lines

Add tests for these corner cases.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Link: https://lore.kernel.org/r/20240626053808.179457-2-warthog618@gmail.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/tests_line_request.py