]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests: blacklist bochs and cloop for 205 and 208
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Mon, 9 Apr 2018 11:44:18 +0000 (14:44 +0300)
committerKevin Wolf <kwolf@redhat.com>
Tue, 10 Apr 2018 14:33:08 +0000 (16:33 +0200)
commite819edd090d183b5f9816f798eace920698b781f
treeb081e73a59883794ed4041b0aee791ba4fbd7e53
parentf48351d2f3dd94aa499f4197ae37a059559506bf
iotests: blacklist bochs and cloop for 205 and 208

Blacklist these formats, as they don't support image creation, as they
say:
    > ./qemu-img create -f bochs x 1m
    qemu-img: x: Format driver 'bochs' does not support image creation

    > ./qemu-img create -f cloop x 1m
    qemu-img: x: Format driver 'cloop' does not support image creation

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/205
tests/qemu-iotests/208