diff options
author | Fam Zheng <famz@redhat.com> | 2013-09-25 17:45:51 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-09-25 16:21:28 +0200 |
commit | 2fe2e2907163f6d86b6bbced776ec8f9319ca83f (patch) | |
tree | bb490715ba26c76a845a57516ad6945d39dad171 /tests/qemu-iotests/059.out | |
parent | fc7ce63fb101ffb56027a04e89c8c6a38031bfc3 (diff) | |
download | qemu-2fe2e2907163f6d86b6bbced776ec8f9319ca83f.zip qemu-2fe2e2907163f6d86b6bbced776ec8f9319ca83f.tar.gz qemu-2fe2e2907163f6d86b6bbced776ec8f9319ca83f.tar.bz2 |
qemu-iotests: add monolithicFlat creation test to 059
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059.out')
-rw-r--r-- | tests/qemu-iotests/059.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index 2146a1a..9159dbe 100644 --- a/tests/qemu-iotests/059.out +++ b/tests/qemu-iotests/059.out @@ -17,4 +17,11 @@ Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 L1 size too big 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' +=== 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 |