[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/5] tests/functional: a few misc cleanups and fixes
From: |
Daniel P . Berrangé |
Subject: |
[PATCH 0/5] tests/functional: a few misc cleanups and fixes |
Date: |
Wed, 5 Feb 2025 15:59:41 +0000 |
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(-)
--
2.47.1
- [PATCH 0/5] tests/functional: a few misc cleanups and fixes,
Daniel P . Berrangé <=
- [PATCH 1/5] tests/functional: skip test if QEMU_TEST_QEMU_BINARY is not set, Daniel P . Berrangé, 2025/02/05
- [PATCH 2/5] tests/functional: remove unused 'bin_prefix' variable, Daniel P . Berrangé, 2025/02/05
- [PATCH 3/5] tests/functional: set 'qemu_bin' as an object level field, Daniel P . Berrangé, 2025/02/05
- [PATCH 4/5] tests/functional: remove all class level fields, Daniel P . Berrangé, 2025/02/05
- [PATCH 5/5] tests/functional: skip mem addr test on 32-bit hosts, Daniel P . Berrangé, 2025/02/05