commit | 0c46a69a5eb8a061134719a0a85898854eb8e533 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed May 23 18:19:00 2018 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed May 30 13:31:18 2018 +0200 |
tree | 01ae0f184c48c9df803ebdd55bf27c3b20a1940d | |
parent | 2d7abfbeb75fbe624a8b3a2ff253dbf5674ccb65 [diff] |
qemu-iotests: Rewrite 213 for blockdev-create job This rewrites the test case 213 to work with the new x-blockdev-create job rather than the old synchronous version of the command. All of the test cases stay the same as before, but in order to be able to implement proper job handling, the test case is rewritten in Python. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>