qemu/tests/qemu-iotests
John Snow 2d110c1149 python: remove more instances of sys.version_info
We guarantee 3.5+ everywhere; remove more dead checks. In general, try
to avoid using version checks and instead prefer to attempt behavior
when possible.

Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200514035230.25756-1-jsnow@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
2020-05-31 18:25:07 +02:00
..
001
2020-05-05 13:17:36 +02:00
002
003
004
005
008
009
010
011
012
013
017
018
021
022
023
025
027
032
033
034
035
037
038
042
047
049
052
2020-05-05 13:17:36 +02:00
054
063
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
064
065
2020-05-13 14:20:31 +02:00
070
072
075
076
077
078
079
2020-01-06 13:43:07 +01:00
080
2020-05-13 14:20:31 +02:00
082
2020-05-08 13:26:35 +02:00
083
084
085
2020-03-24 11:57:38 +01:00
086
087
2020-03-24 11:57:38 +01:00
091
2020-05-08 13:26:35 +02:00
2020-01-06 13:43:07 +01:00
097
101
102
104
105
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
115
2020-01-06 13:43:07 +01:00
116
117
119
120
125
2020-01-06 13:43:07 +01:00
126
128
130
131
133
134
2020-05-05 13:17:36 +02:00
135
137
2020-01-06 13:43:07 +01:00
2020-01-06 13:43:07 +01:00
140
143
145
146
147
2020-02-20 16:43:42 +01:00
148
2020-05-08 13:26:35 +02:00
149
2020-05-05 13:17:36 +02:00
150
153
2020-05-05 13:17:36 +02:00
2020-05-05 13:17:36 +02:00
154
2020-03-11 15:54:38 +01:00
157
158
162
171
174
2020-01-06 13:43:07 +01:00
175
2020-01-06 13:43:07 +01:00
179
184
186
188
2020-05-05 13:17:36 +02:00
189
192
194
2020-05-05 13:17:36 +02:00
198
2020-01-06 13:43:07 +01:00
202
2020-05-05 13:17:36 +02:00
203
2020-05-05 13:17:36 +02:00
204
206
2020-05-05 13:17:36 +02:00
207
2020-05-05 13:17:36 +02:00
208
2020-05-05 13:17:36 +02:00
209
2020-05-05 13:17:36 +02:00
210
2020-05-05 13:17:36 +02:00
211
2020-05-05 13:17:36 +02:00
212
2020-05-05 13:17:36 +02:00
213
2020-05-05 13:17:36 +02:00
216
2020-05-05 13:17:36 +02:00
218
2020-05-05 13:17:36 +02:00
219
2020-05-05 13:17:36 +02:00
221
222
2020-05-05 13:17:36 +02:00
224
2020-05-05 13:17:36 +02:00
226
227
228
2020-05-05 13:17:36 +02:00
231
233
234
2020-05-05 13:17:36 +02:00
235
2020-05-05 13:17:36 +02:00
236
2020-05-05 13:17:36 +02:00
237
2020-05-05 13:17:36 +02:00
238
2020-05-05 13:17:36 +02:00
239
240
241
242
2020-05-05 13:17:36 +02:00
246
2020-05-05 13:17:36 +02:00
248
2020-05-05 13:17:36 +02:00
251
253
254
2020-05-05 13:17:36 +02:00
255
2020-05-05 13:17:36 +02:00
256
2020-05-05 13:17:36 +02:00
258
2020-05-05 13:17:36 +02:00
260
2020-05-05 13:17:36 +02:00
262
2020-05-05 13:17:36 +02:00
263
264
2020-05-05 13:17:36 +02:00
265
2020-01-06 13:43:07 +01:00
268
270
272
274
2020-05-05 13:17:36 +02:00
277
2020-05-05 13:17:36 +02:00
279
2020-03-24 11:57:38 +01:00
280
2020-05-05 13:17:36 +02:00
286
2020-02-20 16:43:42 +01:00
297
2020-05-18 19:05:25 +02:00
2020-05-08 13:26:35 +02:00
2020-05-18 19:05:25 +02: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.