iotests: Skip test 079 if it is not possible to create large files
commit178d383f10e15f5e5a7e7c17992a2dbb88a174f1
authorThomas Huth <thuth@redhat.com>
Wed, 4 Dec 2019 15:46:14 +0000 (4 16:46 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 18 Dec 2019 20:17:36 +0000 (18 20:17 +0000)
tree135d11274aaa7163370b38bf123df982c34ce857
parent24eba765192c968fcafab86ad9ce2da124357376
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: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191204154618.23560-4-thuth@redhat.com>
tests/qemu-iotests/079