iotests: correct resultclass type in ReproducibleTestRunner
authorJohn Snow <jsnow@redhat.com>
Fri, 1 Nov 2024 17:36:58 +0000 (13:36 -0400)
committerKevin Wolf <kwolf@redhat.com>
Mon, 25 Nov 2024 10:03:14 +0000 (11:03 +0100)
commitd808888429dbdd308e7348cb112ece06d287b87a
tree306e6d07d15d5d5094e5cb846ebf5e00b1905c85
parent757dbafe115e4f33782ac59812f37997f5b5ce6c
iotests: correct resultclass type in ReproducibleTestRunner

I have a vague memory that I suggested this base class to Vladimir and
said "Maybe someday it will break, and I'll just fix it then." Guess
that's today.

Fixes various mypy errors in the "make check-tox" python test for at
least Python3.8; seemingly requires a fairly modern mypy and/or Python
base version to trigger.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20241101173700.965776-3-jsnow@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/iotests.py