See individual commit messages for descriptions of the cleanups/fixes. Changed in v2:
* Drop the patch which skips tests when QEMU_TEST_QEMU_BINARY is unset * Change the way we skip tests on 32-bit builds to check the ELF binary format * Make ppc64 tuxrun tests work on 32-bit * Removed unused 'get_tag' method * Hide output from zstd command Daniel P. Berrangé (7): 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: reduce tuxrun maxmem to work on 32-bit hosts tests/functional: skip memaddr tests on 32-bit builds tests/functional: drop unused 'get_tag' method tests/functional: stop output from zstd command when uncompressing docs/devel/testing/functional.rst | 2 +- tests/functional/qemu_test/testcase.py | 14 +++------- tests/functional/qemu_test/tuxruntest.py | 11 -------- tests/functional/qemu_test/uncompress.py | 6 ++--- tests/functional/test_mem_addr_space.py | 34 ++++++++++++++++++++++++ tests/functional/test_ppc64_tuxrun.py | 2 +- 6 files changed, 43 insertions(+), 26 deletions(-) -- 2.48.1