commit | 7fe6bb7a34599714afa8d4e5fac612ec1fdbdb5c | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Dec 16 18:02:08 2019 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Thu Dec 19 14:32:43 2019 +0100 |
tree | 37f5ca9885478c8365737748689db40e1624673f | |
parent | 6055cdf3d9736ebb2971dc3e243fa5facdd415ee [diff] |
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>