mirror of https://github.com/xemu-project/xemu.git
qemu-iotests: add monolithicFlat creation test to 059
Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
fc7ce63fb1
commit
2fe2e29071
|
@ -66,6 +66,11 @@ poke_file "$TEST_IMG" "$capacity_offset" "\xff\xff\xff\xff"
|
||||||
poke_file "$TEST_IMG" "$grain_table_size_offset" "\x01\x00\x00\x00"
|
poke_file "$TEST_IMG" "$grain_table_size_offset" "\x01\x00\x00\x00"
|
||||||
{ $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
|
{ $QEMU_IO -c "read 0 512" $TEST_IMG; } 2>&1 | _filter_qemu_io | _filter_testdir
|
||||||
|
|
||||||
|
echo "=== Testing monolithicFlat creation and opening ==="
|
||||||
|
echo
|
||||||
|
IMGOPTS="subformat=monolithicFlat" _make_test_img 2G
|
||||||
|
$QEMU_IMG info $TEST_IMG | _filter_testdir
|
||||||
|
|
||||||
# success, all done
|
# success, all done
|
||||||
echo "*** done"
|
echo "*** done"
|
||||||
rm -f $seq.full
|
rm -f $seq.full
|
||||||
|
|
|
@ -17,4 +17,11 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
||||||
L1 size too big
|
L1 size too big
|
||||||
qemu-io: can't open device TEST_DIR/t.vmdk: Could not open 'TEST_DIR/t.vmdk': Wrong medium type
|
qemu-io: can't open device TEST_DIR/t.vmdk: Could not open 'TEST_DIR/t.vmdk': Wrong medium type
|
||||||
no file open, try 'help open'
|
no file open, try 'help open'
|
||||||
|
=== Testing monolithicFlat creation and opening ===
|
||||||
|
|
||||||
|
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=2147483648
|
||||||
|
image: TEST_DIR/t.vmdk
|
||||||
|
file format: vmdk
|
||||||
|
virtual size: 2.0G (2147483648 bytes)
|
||||||
|
disk size: 4.0K
|
||||||
*** done
|
*** done
|
||||||
|
|
Loading…
Reference in New Issue