Thomas Huth <th...@redhat.com> writes:
> Travis recently added the possibility to test on ppc64le, arm64 and s390x > hosts, too. However, the containers are very restricted there and do not > allow the creation of large files, so that the tests 060 and 079 are > currently failing there. So let's add some proper checks to these tests > first. These look good to me, do you want them to go via my testing/next or are Kevin and Max going to take it via their tree? > > Thomas Huth (3): > iotests: Provide a function for checking the creation of huge files > iotests: Skip test 060 if it is not possible to create large files > iotests: Skip test 079 if it is not possible to create large files > > tests/qemu-iotests/005 | 5 +---- > tests/qemu-iotests/060 | 3 +++ > tests/qemu-iotests/079 | 3 +++ > tests/qemu-iotests/220 | 6 ++---- > tests/qemu-iotests/common.rc | 10 ++++++++++ > 5 files changed, 19 insertions(+), 8 deletions(-) -- Alex Bennée