tests/qtest : Add testcase for DM163
commita0c325c4b05cf7815739d6a84e567b95c8c5be7e
authorInès Varhol <ines.varhol@telecom-paris.fr>
Wed, 24 Apr 2024 20:06:55 +0000 (24 22:06 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 30 Apr 2024 15:05:08 +0000 (30 16:05 +0100)
treeafe63c4cd4e71def2a55279adb74f66892d36d44
parent49157207c0da4a0fea26464c6e57fa790009186b
tests/qtest : Add testcase for DM163

`test_dm163_bank()`
Checks that the pin "sout" of the DM163 led driver outputs the values
received on pin "sin" with the expected latency (depending on the bank).

`test_dm163_gpio_connection()`
Check that changes to relevant STM32L4x5 GPIO pins are propagated to the
DM163 device.

Signed-off-by: Arnaud Minier <arnaud.minier@telecom-paris.fr>
Signed-off-by: Inès Varhol <ines.varhol@telecom-paris.fr>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240424200929.240921-6-ines.varhol@telecom-paris.fr
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/dm163-test.c [new file with mode: 0644]
tests/qtest/meson.build