iotests: Enable fuse for many tests
commit57284d2ada481fe557c9a2f00228eca2a83e1d60
authorMax Reitz <mreitz@redhat.com>
Tue, 27 Oct 2020 19:05:59 +0000 (27 20:05 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 11 Dec 2020 16:52:40 +0000 (11 17:52 +0100)
tree5f38650160734b450758293853be663d408aad05
parentf96ac06bf076db4f7c97509446b409d0d6d06276
iotests: Enable fuse for many tests

Many tests (that do not support generic protocols) can run just fine
with FUSE-exported images, so allow them to.  Note that this is no
attempt at being definitely complete.  There are some tests that might
be modified to run on FUSE, but this patch still skips them.  This patch
only tries to pick the rather low-hanging fruits.

Note that 221 and 250 only pass when .lseek is correctly implemented,
which is only possible with a libfuse that is 3.8 or newer.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20201027190600.192171-20-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
75 files changed:
tests/qemu-iotests/025
tests/qemu-iotests/026
tests/qemu-iotests/028
tests/qemu-iotests/031
tests/qemu-iotests/034
tests/qemu-iotests/036
tests/qemu-iotests/037
tests/qemu-iotests/038
tests/qemu-iotests/039
tests/qemu-iotests/046
tests/qemu-iotests/050
tests/qemu-iotests/054
tests/qemu-iotests/060
tests/qemu-iotests/071
tests/qemu-iotests/079
tests/qemu-iotests/080
tests/qemu-iotests/089
tests/qemu-iotests/090
tests/qemu-iotests/091
tests/qemu-iotests/095
tests/qemu-iotests/097
tests/qemu-iotests/098
tests/qemu-iotests/102
tests/qemu-iotests/103
tests/qemu-iotests/106
tests/qemu-iotests/107
tests/qemu-iotests/108
tests/qemu-iotests/111
tests/qemu-iotests/112
tests/qemu-iotests/115
tests/qemu-iotests/117
tests/qemu-iotests/120
tests/qemu-iotests/121
tests/qemu-iotests/127
tests/qemu-iotests/133
tests/qemu-iotests/137
tests/qemu-iotests/138
tests/qemu-iotests/140
tests/qemu-iotests/154
tests/qemu-iotests/161
tests/qemu-iotests/171
tests/qemu-iotests/175
tests/qemu-iotests/176
tests/qemu-iotests/177
tests/qemu-iotests/179
tests/qemu-iotests/183
tests/qemu-iotests/186
tests/qemu-iotests/187
tests/qemu-iotests/191
tests/qemu-iotests/195
tests/qemu-iotests/200
tests/qemu-iotests/204
tests/qemu-iotests/214
tests/qemu-iotests/217
tests/qemu-iotests/220
tests/qemu-iotests/221
tests/qemu-iotests/229
tests/qemu-iotests/247
tests/qemu-iotests/249
tests/qemu-iotests/250
tests/qemu-iotests/252
tests/qemu-iotests/265
tests/qemu-iotests/268
tests/qemu-iotests/272
tests/qemu-iotests/273
tests/qemu-iotests/279
tests/qemu-iotests/286
tests/qemu-iotests/287
tests/qemu-iotests/289
tests/qemu-iotests/290
tests/qemu-iotests/291
tests/qemu-iotests/292
tests/qemu-iotests/293
tests/qemu-iotests/294
tests/qemu-iotests/305