projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627f607
)
iotests: fix 208 for luks format
author
Vladimir Sementsov-Ogievskiy
<vsementsov@virtuozzo.com>
Fri, 30 Mar 2018 14:44:12 +0000
(17:44 +0300)
committer
Kevin Wolf
<kwolf@redhat.com>
Tue, 3 Apr 2018 15:13:51 +0000
(17:13 +0200)
Support luks images creatins like in 205
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/208
patch
|
blob
|
history
diff --git
a/tests/qemu-iotests/208
b/tests/qemu-iotests/208
index 4e82b96c829a5017b76e62149aad657a9fdd5bff..18f59ada946ef6da7a2f00d9ba82e62318a1261e 100755
(executable)
--- 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')