|
|
218e99 |
From aefd8fc94d47366ba697967f3c9704dfeb5bee34 Mon Sep 17 00:00:00 2001
|
|
|
218e99 |
From: Max Reitz <mreitz@redhat.com>
|
|
|
218e99 |
Date: Wed, 6 Nov 2013 16:53:33 +0100
|
|
|
218e99 |
Subject: [PATCH 76/87] qemu-iotests: fix test case 059
|
|
|
218e99 |
|
|
|
218e99 |
RH-Author: Max Reitz <mreitz@redhat.com>
|
|
|
218e99 |
Message-id: <1383756824-6921-11-git-send-email-mreitz@redhat.com>
|
|
|
218e99 |
Patchwork-id: 55565
|
|
|
218e99 |
O-Subject: [RHEL-7.0 qemu-kvm PATCH v2 10/21] qemu-iotests: fix test case 059
|
|
|
218e99 |
Bugzilla: 980771
|
|
|
218e99 |
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Fam Zheng <famz@redhat.com>
|
|
|
218e99 |
RH-Acked-by: Jeffrey Cody <jcody@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
From: Fam Zheng <famz@redhat.com>
|
|
|
218e99 |
|
|
|
218e99 |
BZ: 980771
|
|
|
218e99 |
|
|
|
218e99 |
Since commit "block: Error parameter for open functions", error output
|
|
|
218e99 |
is more verbose. Update test case output file to follow the change.
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Fam Zheng <famz@redhat.com>
|
|
|
218e99 |
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
218e99 |
(cherry picked from commit fc7ce63fb101ffb56027a04e89c8c6a38031bfc3)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Max Reitz <mreitz@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
tests/qemu-iotests/059.out | 6 +++---
|
|
|
218e99 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
|
|
|
218e99 |
---
|
|
|
218e99 |
tests/qemu-iotests/059.out | 6 +++---
|
|
|
218e99 |
1 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
218e99 |
|
|
|
218e99 |
diff --git a/tests/qemu-iotests/059.out b/tests/qemu-iotests/059.out
|
|
|
218e99 |
index 2a4c44d..9159dbe 100644
|
|
|
218e99 |
--- a/tests/qemu-iotests/059.out
|
|
|
218e99 |
+++ b/tests/qemu-iotests/059.out
|
|
|
218e99 |
@@ -3,19 +3,19 @@ QA output created by 059
|
|
|
218e99 |
|
|
|
218e99 |
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
|
|
218e99 |
invalid granularity, image may be corrupt
|
|
|
218e99 |
-qemu-io: can't open device TEST_DIR/t.vmdk
|
|
|
218e99 |
+qemu-io: can't open device TEST_DIR/t.vmdk: Could not open 'TEST_DIR/t.vmdk': Wrong medium type
|
|
|
218e99 |
no file open, try 'help open'
|
|
|
218e99 |
=== Testing too big L2 table size ===
|
|
|
218e99 |
|
|
|
218e99 |
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
|
|
218e99 |
L2 table size too big
|
|
|
218e99 |
-qemu-io: can't open device TEST_DIR/t.vmdk
|
|
|
218e99 |
+qemu-io: can't open device TEST_DIR/t.vmdk: Could not open 'TEST_DIR/t.vmdk': Wrong medium type
|
|
|
218e99 |
no file open, try 'help open'
|
|
|
218e99 |
=== Testing too big L1 table size ===
|
|
|
218e99 |
|
|
|
218e99 |
Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
|
|
|
218e99 |
L1 size too big
|
|
|
218e99 |
-qemu-io: can't open device TEST_DIR/t.vmdk
|
|
|
218e99 |
+qemu-io: can't open device TEST_DIR/t.vmdk: Could not open 'TEST_DIR/t.vmdk': Wrong medium type
|
|
|
218e99 |
no file open, try 'help open'
|
|
|
218e99 |
=== Testing monolithicFlat creation and opening ===
|
|
|
218e99 |
|
|
|
218e99 |
--
|
|
|
218e99 |
1.7.1
|
|
|
218e99 |
|