[PATCH v1 0/3] tests/qtest: Tweak env variables

Fabiano Rosas posted 3 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260429003130.15164-1-farosas@suse.de
Maintainers: Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Alexander Bulekov <alxndr@bu.edu>, Stefan Hajnoczi <stefanha@redhat.com>, Darren Kenny <darren.kenny@oracle.com>, Peter Xu <peterx@redhat.com>, Michael Roth <michael.roth@amd.com>, Kostiantyn Kostiuk <kkostiuk@redhat.com>
docs/devel/testing/qtest.rst          | 33 +++++++++++++
tests/qtest/fuzz/fuzz.c               |  7 +--
tests/qtest/fuzz/generic_fuzz.c       |  2 +-
tests/qtest/libqmp.c                  |  7 +--
tests/qtest/libqtest.c                | 67 ++++++++++++++++++++++++---
tests/qtest/libqtest.h                | 11 +++++
tests/qtest/migration/framework.c     |  2 +-
tests/qtest/migration/framework.h     |  5 +-
tests/qtest/migration/precopy-tests.c |  2 +-
tests/unit/meson.build                |  2 +-
tests/unit/test-qga.c                 |  2 +-
11 files changed, 120 insertions(+), 20 deletions(-)
[PATCH v1 0/3] tests/qtest: Tweak env variables
Posted by Fabiano Rosas 1 month ago
Allow QEMU command line options to be passed via an environment
variable, make QTEST_LOG more useful and document QTEST standard
variables.

CI run: https://gitlab.com/farosas/qemu/-/pipelines/2486792726

Fabiano Rosas (3):
  tests/qtest/libqtest: Replace QTEST_TRACE with QTEST_QEMU_ARGS
  tests/qtest: Individual verbose switches
  docs/devel/qtest: Mention environment variables usage

 docs/devel/testing/qtest.rst          | 33 +++++++++++++
 tests/qtest/fuzz/fuzz.c               |  7 +--
 tests/qtest/fuzz/generic_fuzz.c       |  2 +-
 tests/qtest/libqmp.c                  |  7 +--
 tests/qtest/libqtest.c                | 67 ++++++++++++++++++++++++---
 tests/qtest/libqtest.h                | 11 +++++
 tests/qtest/migration/framework.c     |  2 +-
 tests/qtest/migration/framework.h     |  5 +-
 tests/qtest/migration/precopy-tests.c |  2 +-
 tests/unit/meson.build                |  2 +-
 tests/unit/test-qga.c                 |  2 +-
 11 files changed, 120 insertions(+), 20 deletions(-)

-- 
2.51.0