qemu/tests/qemu-iotests
Alex Bennée 002375895c tests/iotests: be a little more forgiving on the size test
At least on ZFS this was failing as 512 was less than or equal to 512.
I suspect the reason is additional compression done by ZFS and however
qemu-img gets the actual size.

Loosen the criteria to make sure after is not bigger than before and
also dump the values in the report.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200225124710.14152-9-alex.bennee@linaro.org>
2020-02-25 20:20:09 +00:00
..
001
004
008
012
013
021
022
023
025
2019-10-14 17:12:48 +02:00
2020-01-06 13:43:06 +01:00
038
042
047
2019-07-30 12:25:43 +02:00
2019-11-19 10:01:34 +01:00
052
2019-09-03 14:56:06 +02:00
054
063
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
064
070
075
076
077
078
079
2020-01-06 13:43:07 +01:00
2019-07-12 15:42:23 +02:00
083
2019-10-28 11:22:31 +01:00
084
085
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
086
087
2020-01-06 13:43:07 +01:00
097
101
102
104
106
2020-01-06 13:43:07 +01:00
107
110
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
111
2020-01-06 13:43:07 +01:00
113
115
2020-01-06 13:43:07 +01:00
116
117
2019-08-16 10:25:16 +02:00
119
125
2020-01-06 13:43:07 +01:00
128
130
131
133
135
137
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
140
2019-10-28 11:22:31 +01:00
143
2019-10-28 11:22:31 +01:00
145
146
147
2020-02-20 16:43:42 +01:00
150
154
155
2020-02-18 11:55:40 +01:00
157
158
162
2019-10-10 12:13:23 +02:00
2019-10-10 12:13:23 +02:00
171
174
2020-01-06 13:43:07 +01:00
175
2020-01-06 13:43:07 +01:00
177
179
189
192
2019-10-28 11:22:31 +01:00
198
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
204
2019-06-24 16:01:04 +02:00
221
222
2020-02-07 15:15:16 +01:00
226
2019-10-10 10:56:18 +02:00
231
233
239
240
2019-10-28 11:22:31 +01:00
245
2020-02-07 15:15:16 +01:00
253
2019-08-16 16:28:03 -04:00
263
2019-09-16 15:37:12 +02:00
2019-09-16 15:37:12 +02:00
2019-10-22 20:51:31 -05:00
265
2020-01-06 13:43:07 +01:00
2019-11-18 16:01:31 -06:00
279
2020-02-20 16:43:42 +01:00
286
2020-02-20 16:43:42 +01:00
2020-02-18 11:55:41 +01:00

=== This is the QEMU I/O test suite ===

* Intro

This package contains a simple test suite for the I/O layer of qemu.
It does not require a guest, but only the qemu, qemu-img and qemu-io
binaries.  This does limit it to exercise the low-level I/O path only
but no actual block drivers like ide, scsi or virtio.

* Usage

Just run ./check to run all tests for the raw image format, or ./check
-qcow2 to test the qcow2 image format.  The output of ./check -h explains
additional options to test further image formats or I/O methods.

* Feedback and patches

Please send improvements to the test suite, general feedback or just
reports of failing tests cases to qemu-devel@nongnu.org with a CC:
to qemu-block@nongnu.org.