diff options
Diffstat (limited to 'tests/qemu-iotests/222')
-rwxr-xr-x | tests/qemu-iotests/222 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/qemu-iotests/222 b/tests/qemu-iotests/222 index bf1718e..6602f6b 100755 --- a/tests/qemu-iotests/222 +++ b/tests/qemu-iotests/222 @@ -24,9 +24,10 @@ import iotests from iotests import log, qemu_img, qemu_io, qemu_io_silent -iotests.verify_platform(['linux']) -iotests.verify_image_format(supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk', - 'vhdx', 'raw']) +iotests.script_initialize( + supported_fmts=['qcow2', 'qcow', 'qed', 'vmdk', 'vhdx', 'raw'], + supported_platforms=['linux'], +) patterns = [("0x5d", "0", "64k"), ("0xd5", "1M", "64k"), |