test: dm: virtio: Add test cases for virtio uclass
authorBin Meng <[email protected]>
Mon, 15 Oct 2018 09:21:26 +0000 (02:21 -0700)
committerSimon Glass <[email protected]>
Wed, 14 Nov 2018 17:16:28 +0000 (09:16 -0800)
commit4f89d4947c9ecb2e859f70a6aed2e0c18d63fb54
treeca46eea8d5603ccef536cf296eb861f6d41226c4
parent640aae0fb1f8b5741e62782cf06fc0f1beb0f612
test: dm: virtio: Add test cases for virtio uclass

Now that we have a sandbox virtio transport driver, add some test
cases to test virtio uclass driver.

Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
arch/Kconfig
arch/sandbox/dts/test.dts
configs/sandbox_noblk_defconfig
test/dm/Makefile
test/dm/virtio.c [new file with mode: 0644]