iotests: Fix unspecified-encoding pylint warnings
authorHanna Reitz <hreitz@redhat.com>
Tue, 24 Aug 2021 15:35:39 +0000 (17:35 +0200)
committerHanna Reitz <hreitz@redhat.com>
Wed, 15 Sep 2021 13:54:07 +0000 (15:54 +0200)
commit81dcb9ca1ff7f5588ed94824f13bc4c5232aca95
tree9f50c3cc47e167b7366f4143e7d40f6f26a724cc
parent9dbf6455f4f6bc59e68af033c5813c82d8a1ffff
iotests: Fix unspecified-encoding pylint warnings

As of recently, pylint complains when `open()` calls are missing an
`encoding=` specified.  Everything we have should be UTF-8 (and in fact,
everything should be UTF-8, period (exceptions apply)), so use that.

Signed-off-by: Hanna Reitz <hreitz@redhat.com>
Message-Id: <20210824153540.177128-2-hreitz@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
tests/qemu-iotests/297
tests/qemu-iotests/iotests.py