From: Vladimir Sementsov-Ogievskiy Date: Fri, 30 Mar 2018 14:44:12 +0000 (+0300) Subject: iotests: fix 208 for luks format X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eb42e7193e74a8e51603d0190340d4983eb58002;p=people%2Fpauldu%2Fqemu.git iotests: fix 208 for luks format Support luks images creatins like in 205 Signed-off-by: Vladimir Sementsov-Ogievskiy Signed-off-by: Kevin Wolf --- diff --git a/tests/qemu-iotests/208 b/tests/qemu-iotests/208 index 4e82b96c82..18f59ada94 100755 --- a/tests/qemu-iotests/208 +++ b/tests/qemu-iotests/208 @@ -28,7 +28,7 @@ with iotests.FilePath('disk.img') as disk_img_path, \ iotests.VM() as vm: img_size = '10M' - iotests.qemu_img_pipe('create', '-f', iotests.imgfmt, disk_img_path, img_size) + iotests.qemu_img_create('-f', iotests.imgfmt, disk_img_path, img_size) iotests.log('Launching VM...') (vm.add_drive(disk_img_path, 'node-name=drive0-node', interface='none')