qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v4 0/5] qemu-iotests: quality of life improvements


From: Max Reitz
Subject: Re: [PATCH v4 0/5] qemu-iotests: quality of life improvements
Date: Mon, 3 May 2021 14:23:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 03.05.21 13:01, Paolo Bonzini wrote:
This series adds a few usability improvements to qemu-iotests, mostly
for Python unittest-based tests.  In particular:

- the output of the unittest framework is not buffered, which makes it
   easier to follow the "-d" output of the tests

- 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 is especially useful together with the previous feature and eases
   the debugging of Python tests.

Paolo

v3->v4: output of Python tests regenerated when needed

Thanks, applied to my block branch:

https://github.com/XanClic/qemu/commits/block

Max




reply via email to

[Prev in Thread] Current Thread [Next in Thread]