iotests: Skip test 079 if it is not possible to create large files
commite28582fdb28b2e8b29a351c20b0c8f1af4120688
authorThomas Huth <thuth@redhat.com>
Mon, 2 Dec 2019 10:16:31 +0000 (2 11:16 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 18 Dec 2019 10:20:57 +0000 (18 11:20 +0100)
tree13eac54897b4ebc04fd398340b39e059dccc7e3f
parentefd0e5a1215bbdfd28168485800f5cfec9735cf8
iotests: Skip test 079 if it is not possible to create large files

Test 079 fails in the arm64, s390x and ppc64le LXD containers on Travis
(which we will hopefully enable in our CI soon). These containers
apparently do not allow large files to be created. Test 079 tries to
create a 4G sparse file, which is apparently already too big for these
containers, so check first whether we can really create such files before
executing the test.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/079