tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller
authorVikram Garhwal <vikram.garhwal@amd.com>
Tue, 6 Jun 2023 09:19:31 +0000 (10:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 Jun 2023 09:19:31 +0000 (10:19 +0100)
commit8976fd2b5e13a2623e0ab36df64dd3ed14624023
tree16bd2a698fe37649f3399bc6251771db1868ce6b
parent1d2a60299c6fe08076a02c1df83173b31890e9b2
tests/qtest: Introduce tests for Xilinx VERSAL CANFD controller

The QTests perform three tests on the Xilinx VERSAL CANFD controller:
    Tests the CANFD controllers in loopback.
    Tests the CANFD controllers in normal mode with CAN frame.
    Tests the CANFD controllers in normal mode with CANFD frame.

Signed-off-by: Vikram Garhwal <vikram.garhwal@amd.com>
Acked-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/meson.build
tests/qtest/xlnx-canfd-test.c [new file with mode: 0644]