The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100) are available in the Git repository at: git://github.com/ehabkost/qemu.git tags/python-next-pull-request for you to fetch changes up to 1b145d59b74a5880d82954ee940a219e73851f9e: configure: Enable out-of-tree acceptance tests (2018-06-15 16:10:11 -0300) ---------------------------------------------------------------- Python queue, 2018-06-15 * Add avocado_qemu: functional/acceptance test infrastructure ---------------------------------------------------------------- Cleber Rosa (5): Add functional/acceptance tests infrastructure scripts/qemu.py: allow adding to the list of extra arguments Acceptance tests: add quick VNC tests scripts/qemu.py: introduce set_console() method Acceptance tests: add Linux kernel boot and console checking test Eduardo Habkost (1): Remove COPYING.PYTHON Philippe Mathieu-Daudé (1): configure: Enable out-of-tree acceptance tests docs/devel/testing.rst | 192 +++++++++++++++ configure | 8 +- scripts/qemu.py | 103 ++++++++- COPYING.PYTHON | 270 ---------------------- tests/acceptance/README.rst | 10 + tests/acceptance/avocado_qemu/__init__.py | 54 +++++ tests/acceptance/boot_linux_console.py | 47 ++++ tests/acceptance/version.py | 24 ++ tests/acceptance/vnc.py | 60 +++++ 9 files changed, 494 insertions(+), 274 deletions(-) delete mode 100644 COPYING.PYTHON create mode 100644 tests/acceptance/README.rst create mode 100644 tests/acceptance/avocado_qemu/__init__.py create mode 100644 tests/acceptance/boot_linux_console.py create mode 100644 tests/acceptance/version.py create mode 100644 tests/acceptance/vnc.py -- 2.18.0.rc1.1.g3f1ff2140