]> Git Repo - qemu.git/commit
iotests: blacklist bochs and cloop for 205 and 208
authorVladimir Sementsov-Ogievskiy <[email protected]>
Mon, 9 Apr 2018 11:44:18 +0000 (14:44 +0300)
committerKevin Wolf <[email protected]>
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 <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/205
tests/qemu-iotests/208
This page took 0.025252 seconds and 4 git commands to generate.