]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: Skip test 060 if it is not possible to create large files
authorThomas Huth <thuth@redhat.com>
Mon, 2 Dec 2019 10:16:30 +0000 (11:16 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 18 Dec 2019 10:20:57 +0000 (11:20 +0100)
commitefd0e5a1215bbdfd28168485800f5cfec9735cf8
tree595c9bd4b6599188d5ce3e8072b0612bd4905c65
parent059f708d0c440a2be255dd3c46d536c095ee19a3
iotests: Skip test 060 if it is not possible to create large files

Test 060 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. The repair process
in test 060 creates a file of 64 GiB, so test first whether such large
files are possible and skip the test if that's not the case.

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