From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIlW-000370-T3 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:54:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOIlQ-0004o4-Tg for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:54:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOIlQ-0004ny-M0 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:54:12 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8O2o6Ek032019 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Sep 2013 22:50:06 -0400 From: Fam Zheng Date: Tue, 24 Sep 2013 10:49:34 +0800 Message-Id: <1379990974-3348-2-git-send-email-famz@redhat.com> In-Reply-To: <1379990974-3348-1-git-send-email-famz@redhat.com> References: <1379990464-2721-1-git-send-email-famz@redhat.com> <1379990974-3348-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH 2/2] qemu-iotests: add monolithicFlat creation test to 059 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, Fam Zheng , stefanha@redhat.com Signed-off-by: Fam Zheng --- tests/qemu-iotests/059 | 5 +++++ tests/qemu-iotests/059.out | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/tests/qemu-iotests/059 b/tests/qemu-iotests/059 index b03429d..4bab098 100755 --- a/tests/qemu-iotests/059 +++ b/tests/qemu-iotests/059 @@ -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" { $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 64M +$QEMU_IMG info $TEST_IMG + # success, all done echo "*** done" rm -f $seq.full diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out index c64cd56..f6405de 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=67108864 +image: /home/fam/qemu/tests/qemu-iotests/scratch/t.vmdk +file format: vmdk +virtual size: 64M (67108864 bytes) +disk size: 4.0K *** done -- 1.8.3.1