mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
iotests: filter few more luks specific create options
This allows more tests to be able to have same output on both qcow2 luks encrypted images and raw luks images Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com> Message-Id: <20200625125548.870061-3-mreitz@redhat.com>
This commit is contained in:
parent
57ee95ed4e
commit
cbb32e79dd
9 changed files with 17 additions and 20 deletions
|
@ -2,7 +2,7 @@ QA output created by 284
|
|||
|
||||
testing LUKS qcow2 encryption
|
||||
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
|
||||
== cluster size 512
|
||||
== checking image refcounts ==
|
||||
|
@ -21,7 +21,7 @@ wrote 1/1 bytes at offset 512
|
|||
|
||||
== rechecking image refcounts ==
|
||||
No errors were found on the image.
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
|
||||
== cluster size 2048
|
||||
== checking image refcounts ==
|
||||
|
@ -40,7 +40,7 @@ wrote 1/1 bytes at offset 2048
|
|||
|
||||
== rechecking image refcounts ==
|
||||
No errors were found on the image.
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 encrypt.format=luks encrypt.key-secret=sec0 encrypt.iter-time=10
|
||||
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576
|
||||
|
||||
== cluster size 32768
|
||||
== checking image refcounts ==
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue