mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
iotests: Add test for colon handling
Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20170702150510.23276-3-mreitz@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
3190683ea3
commit
6f55dfa4a4
3 changed files with 129 additions and 0 deletions
23
tests/qemu-iotests/126.out
Normal file
23
tests/qemu-iotests/126.out
Normal file
|
@ -0,0 +1,23 @@
|
|||
QA output created by 126
|
||||
|
||||
=== Testing plain files ===
|
||||
|
||||
Formatting 'TEST_DIR/a:b.IMGFMT', fmt=IMGFMT size=67108864
|
||||
Formatting 'TEST_DIR/a:b.IMGFMT', fmt=IMGFMT size=67108864
|
||||
|
||||
=== Testing relative backing filename resolution ===
|
||||
|
||||
Formatting 'TEST_DIR/image:base.IMGFMT', fmt=IMGFMT size=67108864
|
||||
Formatting 'TEST_DIR/image:top.IMGFMT', fmt=IMGFMT size=67108864 backing_file=./image:base.IMGFMT
|
||||
image: TEST_DIR/image:top.IMGFMT
|
||||
file format: IMGFMT
|
||||
virtual size: 64M (67108864 bytes)
|
||||
backing file: ./image:base.IMGFMT (actual path: TEST_DIR/./image:base.IMGFMT)
|
||||
|
||||
Formatting 'base.IMGFMT', fmt=IMGFMT size=67108864
|
||||
Formatting 'file:image:top.IMGFMT', fmt=IMGFMT size=67108864 backing_file=base.IMGFMT
|
||||
image: ./image:top.IMGFMT
|
||||
file format: IMGFMT
|
||||
virtual size: 64M (67108864 bytes)
|
||||
backing file: base.IMGFMT (actual path: ./base.IMGFMT)
|
||||
*** done
|
Loading…
Add table
Add a link
Reference in a new issue