diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-05-23 18:19:00 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-05-30 13:31:18 +0200 |
commit | 2d7abfbeb75fbe624a8b3a2ff253dbf5674ccb65 (patch) | |
tree | dcd85b03ef0f0bb3bb4b70382f3f218d50d3a2e9 /tests/qemu-iotests/group | |
parent | abbab72cad2eafcaf3b0f4e970add813b4264e5f (diff) |
qemu-iotests: Rewrite 212 for blockdev-create job
This rewrites the test case 212 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>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 4182bccccc..c843f0c177 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -210,9 +210,9 @@ 209 rw auto quick 210 rw auto 211 rw auto quick +212 rw auto quick # TODO The following commented out tests need to be reworked to work # with the x-blockdev-create job -#212 rw auto quick #213 rw auto quick 214 rw auto 215 rw auto quick |