Home
last modified time | relevance | path

Searched hist:"86 e1c840ec1173badfe9f195a448c88072b2ad2a" (Results 1 – 1 of 1) sorted by relevance

/qemu/tests/unit/
H A Dtest-bdrv-drain.c86e1c840ec1173badfe9f195a448c88072b2ad2a Wed Dec 06 17:13:53 UTC 2017 Kevin Wolf <kwolf@redhat.com> test-bdrv-drain: Test callback for bdrv_drain

The existing test is for bdrv_drain_all_begin/end() only. Generalise the
test case so that it can be run for the other variants as well. At the
moment this is only bdrv_drain_begin/end(), but in a while, we'll add
another one.

Also, add a backing file to the test node to test whether the operations
work recursively.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>