]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller
authorVikram Garhwal <fnu.vikram@xilinx.com>
Wed, 18 Nov 2020 19:48:45 +0000 (11:48 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Dec 2020 11:30:44 +0000 (11:30 +0000)
commitab5e842c4ba9cc543ce86729a042fa444e49de61
treeb39cdc6aa43e6bd0561ff4d05dc97c1fa37b5cc4
parent840c22cd542e6210d65cc6f24944c5870f34e5d8
tests/qtest: Introduce tests for Xilinx ZynqMP CAN controller

The QTests perform five tests on the Xilinx ZynqMP CAN controller:
    Tests the CAN controller in loopback, sleep and snoop mode.
    Tests filtering of incoming CAN messages.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Francisco Iglesias <francisco.iglesias@xilinx.com>
Signed-off-by: Vikram Garhwal <fnu.vikram@xilinx.com>
Message-id: 1605728926-352690-4-git-send-email-fnu.vikram@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/qtest/meson.build
tests/qtest/xlnx-can-test.c [new file with mode: 0644]