[PATCH 0/4] qemu-iotests: quality of life improvements

Paolo Bonzini posted 4 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210323130614.146399-1-pbonzini@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
tests/qemu-iotests/check         | 16 +++++++--
tests/qemu-iotests/iotests.py    | 60 +++++++++++++++++++-------------
tests/qemu-iotests/testenv.py    | 22 ++++++++++--
tests/qemu-iotests/testrunner.py | 15 +-------
4 files changed, 69 insertions(+), 44 deletions(-)
[PATCH 0/4] qemu-iotests: quality of life improvements
Posted by Paolo Bonzini 3 years ago
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 (patch 1)

- 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

Paolo Bonzini (4):
  qemu-iotests: allow passing unittest.main arguments to the test
    scripts
  qemu-iotests: move command line and environment handling from
    TestRunner to TestEnv
  qemu-iotests: let "check" spawn an arbitrary test command
  qemu-iotests: fix case of SOCK_DIR already in the environment

 tests/qemu-iotests/check         | 16 +++++++--
 tests/qemu-iotests/iotests.py    | 60 +++++++++++++++++++-------------
 tests/qemu-iotests/testenv.py    | 22 ++++++++++--
 tests/qemu-iotests/testrunner.py | 15 +-------
 4 files changed, 69 insertions(+), 44 deletions(-)

-- 
2.30.1