iotests: Fix test 178
authorEric Blake <eblake@redhat.com>
Thu, 21 May 2020 19:21:33 +0000 (14:21 -0500)
committerEric Blake <eblake@redhat.com>
Thu, 28 May 2020 18:15:23 +0000 (13:15 -0500)
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>

tests/qemu-iotests/178.out.qcow2
tests/qemu-iotests/178.out.raw

index f59bf4b2fbc4b5d843a8bd6b29a51a546a7a2210..4b69524c80eed059b1f9cd3ffdb6c9b6b7a1178b 100644 (file)
@@ -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) ==
index 404ca908d8c2686d2be220d57db6ee6954a72915..20e17da115cb317bef157ff97f8f06e0b71216be 100644 (file)
@@ -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) ==