mbox series

[0/5] tests/functional: a few misc cleanups and fixes

Message ID 20250205155946.2811296-1-berrange@redhat.com (mailing list archive)
Headers show
Series tests/functional: a few misc cleanups and fixes | expand

Message

Daniel P. Berrangé Feb. 5, 2025, 3:59 p.m. UTC
See individual commit messages for descriptions of the
cleanups/fixes.

Daniel P. Berrangé (5):
  tests/functional: skip test if QEMU_TEST_QEMU_BINARY is not set
  tests/functional: remove unused 'bin_prefix' variable
  tests/functional: set 'qemu_bin' as an object level field
  tests/functional: remove all class level fields
  tests/functional: skip mem addr test on 32-bit hosts

 docs/devel/testing/functional.rst        |  2 +-
 tests/functional/qemu_test/__init__.py   |  2 +-
 tests/functional/qemu_test/decorators.py | 12 ++++++++++++
 tests/functional/qemu_test/testcase.py   | 18 +++++++-----------
 tests/functional/test_mem_addr_space.py  | 17 ++++++++++++++++-
 5 files changed, 37 insertions(+), 14 deletions(-)