]> xenbits.xensource.com Git - qemu-xen.git/commit
iotests: 211: Remove duplication with VM.blockdev_create()
authorKevin Wolf <kwolf@redhat.com>
Mon, 16 Dec 2019 17:02:08 +0000 (18:02 +0100)
committerKevin Wolf <kwolf@redhat.com>
Thu, 19 Dec 2019 13:32:43 +0000 (14:32 +0100)
commit7fe6bb7a34599714afa8d4e5fac612ec1fdbdb5c
tree37f5ca9885478c8365737748689db40e1624673f
parent6055cdf3d9736ebb2971dc3e243fa5facdd415ee
iotests: 211: Remove duplication with VM.blockdev_create()

The blockdev_create() function in this test case adds an error check
that skips the test in case of failure because of memory shortage, 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/211