The following changes since commit de8ed1055c2ce18c95f597eb10df360dcb534f99:
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-25-v2' into staging (2021-09-27 15:03:42 +0100) are available in the Git repository at: https://github.com/philmd/qemu.git tags/integration-testing-20210927 for you to fetch changes up to 6fdd5530d12c5b21cc05e7f44db95f6544bc3c17: tests/acceptance/ppc_prep_40p.py: clean up unused import (2021-09-27 18:55:46 +0200) ---------------------------------------------------------------- Integration testing patches - More Linux kernel record/replay tests (Pavel Dovgalyuk) - Various fixes (Willian Rampazzo, Cleber Rosa) - Split machine_ppc.py per machine (David Gibson) - Add AVOCADO_TESTS command line environment variable (Willian Rampazzo) ---------------------------------------------------------------- Cleber Rosa (6): Acceptance Tests: add standard clean up at test tearDown() Acceptance Tests: improve check-acceptance description acceptance/tests/vnc.py: use explicit syntax for enabling passwords tests/acceptance/boot_xen.py: removed unused import tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update tests/acceptance/ppc_prep_40p.py: clean up unused import David Gibson (1): qemu: Split machine_ppc.py acceptance tests Pavel Dovgalyuk (5): tests/acceptance: add replay kernel test for s390x tests/acceptance: add replay kernel test for openrisc tests/acceptance: add replay kernel test for nios2 tests/acceptance: add replay kernel test for alpha tests/acceptance: Linux boot test for record/replay Willian Rampazzo (9): Acceptance tests: add myself as a reviewer for the acceptance tests avocado_qemu: standardize super() call following PEP3135 avocado_qemu: fix import module based on isort avocado_qemu: tweak ssh connect method avocado_qemu: explicitly return None to avoid R1710 avocado_qemu: fix inheritance order on LinuxTest class tests/Makefile: allow control over tags during check-acceptance docs/devel/testing: add instruction to run a single acceptance test tests/Makefile: add AVOCADO_TESTS option to make check-acceptance docs/devel/testing.rst | 69 +++++++++++++ MAINTAINERS | 6 +- tests/Makefile.include | 19 +++- tests/acceptance/avocado_qemu/__init__.py | 30 +++--- tests/acceptance/boot_xen.py | 1 - tests/acceptance/machine_ppc.py | 69 ------------- tests/acceptance/ppc_mpc8544ds.py | 32 ++++++ tests/acceptance/ppc_prep_40p.py | 5 +- tests/acceptance/ppc_pseries.py | 35 +++++++ tests/acceptance/ppc_virtex_ml507.py | 34 +++++++ tests/acceptance/replay_kernel.py | 54 ++++++++++ tests/acceptance/replay_linux.py | 116 ++++++++++++++++++++++ tests/acceptance/vnc.py | 2 +- 13 files changed, 374 insertions(+), 98 deletions(-) delete mode 100644 tests/acceptance/machine_ppc.py create mode 100644 tests/acceptance/ppc_mpc8544ds.py create mode 100644 tests/acceptance/ppc_pseries.py create mode 100644 tests/acceptance/ppc_virtex_ml507.py create mode 100644 tests/acceptance/replay_linux.py -- 2.31.1