Skip to content

Commit d318fc2

Browse files
Vladimir Sementsov-Ogievskiykevmw
authored andcommitted
iotests/image-fleecing: declare requirement of copy-before-write
Now test fails if copy-before-write is not white-listed. Let's skip test instead. Fixes: c060598 Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]> Message-Id: <[email protected]> Signed-off-by: Kevin Wolf <[email protected]>
1 parent b11c873 commit d318fc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/qemu-iotests/tests/image-fleecing

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ from iotests import log, qemu_img, qemu_io, qemu_io_silent
2828
iotests.script_initialize(
2929
supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk', 'vhdx', 'raw'],
3030
supported_platforms=['linux'],
31+
required_fmts=['copy-before-write'],
3132
)
3233

3334
patterns = [('0x5d', '0', '64k'),

0 commit comments

Comments
 (0)