60 lines
2.4 KiB
Diff
60 lines
2.4 KiB
Diff
From a04d324e41a40a6893bc94109994afc017f17192 Mon Sep 17 00:00:00 2001
|
|
From: Eric Blake <eblake@redhat.com>
|
|
Date: Tue, 2 Jun 2020 02:34:16 +0100
|
|
Subject: [PATCH 11/26] iotests: Fix test 178
|
|
|
|
RH-Author: Eric Blake <eblake@redhat.com>
|
|
Message-id: <20200602023420.2133649-9-eblake@redhat.com>
|
|
Patchwork-id: 97075
|
|
O-Subject: [RHEL-AV-8.2.1 qemu-kvm PATCH 08/12] iotests: Fix test 178
|
|
Bugzilla: 1779893 1779904
|
|
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
|
|
RH-Acked-by: Max Reitz <mreitz@redhat.com>
|
|
RH-Acked-by: Kevin Wolf <kwolf@redhat.com>
|
|
|
|
A recent change to qemu-img changed expected error message output, but
|
|
178 takes long enough to execute that it does not get run by 'make
|
|
check' or './check -g quick'.
|
|
|
|
Fixes: 43d589b074
|
|
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
|
|
Message-Id: <20200521192137.1120211-2-eblake@redhat.com>
|
|
(cherry picked from commit ca01b7a641527052e3e8961845b40b81706ce5f9)
|
|
Signed-off-by: Eric Blake <eblake@redhat.com>
|
|
Signed-off-by: Danilo C. L. de Paula <ddepaula@redhat.com>
|
|
---
|
|
tests/qemu-iotests/178.out.qcow2 | 2 +-
|
|
tests/qemu-iotests/178.out.raw | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/tests/qemu-iotests/178.out.qcow2 b/tests/qemu-iotests/178.out.qcow2
|
|
index 9e7d8c4..345eab3 100644
|
|
--- a/tests/qemu-iotests/178.out.qcow2
|
|
+++ b/tests/qemu-iotests/178.out.qcow2
|
|
@@ -13,7 +13,7 @@ qemu-img: Invalid option list: ,
|
|
qemu-img: Invalid parameter 'snapshot.foo'
|
|
qemu-img: Failed in parsing snapshot param 'snapshot.foo'
|
|
qemu-img: --output must be used with human or json as argument.
|
|
-qemu-img: Image size must be less than 8 EiB!
|
|
+qemu-img: Invalid image size specified. Must be between 0 and 9223372036854775807.
|
|
qemu-img: Unknown file format 'foo'
|
|
|
|
== Size calculation for a new file (human) ==
|
|
diff --git a/tests/qemu-iotests/178.out.raw b/tests/qemu-iotests/178.out.raw
|
|
index 6478365..15da915 100644
|
|
--- a/tests/qemu-iotests/178.out.raw
|
|
+++ b/tests/qemu-iotests/178.out.raw
|
|
@@ -13,7 +13,7 @@ qemu-img: Invalid option list: ,
|
|
qemu-img: Invalid parameter 'snapshot.foo'
|
|
qemu-img: Failed in parsing snapshot param 'snapshot.foo'
|
|
qemu-img: --output must be used with human or json as argument.
|
|
-qemu-img: Image size must be less than 8 EiB!
|
|
+qemu-img: Invalid image size specified. Must be between 0 and 9223372036854775807.
|
|
qemu-img: Unknown file format 'foo'
|
|
|
|
== Size calculation for a new file (human) ==
|
|
--
|
|
1.8.3.1
|
|
|