diff options
Diffstat (limited to 'tests/qemu-iotests/274')
-rwxr-xr-x | tests/qemu-iotests/274 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/274 b/tests/qemu-iotests/274 index e951f72..5d1bf34 100755 --- a/tests/qemu-iotests/274 +++ b/tests/qemu-iotests/274 @@ -21,8 +21,8 @@ import iotests -iotests.verify_image_format(supported_fmts=['qcow2']) -iotests.verify_platform(['linux']) +iotests.script_initialize(supported_fmts=['qcow2'], + supported_platforms=['linux']) size_short = 1 * 1024 * 1024 size_long = 2 * 1024 * 1024 |