iotests: 207: Remove duplication with VM.blockdev_create()
commit6055cdf3d9736ebb2971dc3e243fa5facdd415ee
authorKevin Wolf <kwolf@redhat.com>
Mon, 16 Dec 2019 17:02:08 +0000 (16 18:02 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 19 Dec 2019 13:32:43 +0000 (19 14:32 +0100)
treecf1d36cfdc54d4907011ae1022d188d499538511
parentde1ff674a0f56e97d944ba66a8bbc89e2769d8c1
iotests: 207: Remove duplication with VM.blockdev_create()

The blockdev_create() function in this test case adds another filter to
the logging, but provides otherwise the same functionality as
VM.blockdev_create() from iotests.py. Make it a thin wrapper around the
iotests.py function.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/207