commit | 561ff89005081baadd6564188c3d7f9016ee029d | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon May 16 10:41:36 2022 +0000 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 09:24:04 2022 -0400 |
tree | 7dbc0823ece7d37e52ba3e4ddcd5a562a20a9553 | |
parent | 28d25cf728bf173249f2663cf9d8eba867e9c9a6 [diff] |
test: dm: virtio: Split out virtio device tests Virtio tests that find a child device require the virtio device driver to be included in the build so it can probe. The sandbox virtio transport driver currently reports a virtio-blk device so make sure the corresponding driver is built before running tests that need it. Signed-off-by: Andrew Scull <ascull@google.com>