On 30.03.21 13:32, Max Reitz wrote:
On 26.03.21 15:23, Paolo Bonzini wrote:
This series adds a few usability improvements to qemu-iotests, in
particular:
- arguments can be passed to Python unittests scripts, for example
to run only a subset of the test cases (patches 1-2)
- it is possible to do "./check -- ../../../tests/qemu-iotests/055
args..."
and specify arbitrary arguments to be passed to a single test script.
This allows to take advantage of the previous feature and ease
debugging
of Python tests.
Paolo
Thanks, I’ve amended patch 4 and applied the series to my block branch:
https://git.xanclic.moe/XanClic/qemu/commits/branch/block
I’m sorry but I’ll have to drop it again. At least iotests 245 und 295
fail; I assume it has something to do with `iotests.activate_logging()`.
I don’t think that’s something that we’ll fix today, so I think we
should postpone this series to rc2 after all.
Max