The following changes since commit 8482ff2eb3bb95020eb2f370a9b3ea26511e41df:
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging (2019-05-02 12:04:51 +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 faf441429adfe5767be52c5dcdb8bc03161d064f: configure: automatically pick python3 is available (2019-05-02 21:33:27 -0300) ---------------------------------------------------------------- Python queue, 2019-05-02 * configure: automatically pick python3 is available (Daniel P. Berrangé) * tests/acceptance (Cleber Rosa, Philippe Mathieu-Daudé): * Multi-architecture test support * Multiple arch-specific boot_linux_console test cases * Increase verbosity of avocado by default * docstring improvements ---------------------------------------------------------------- Cleber Rosa (17): tests/acceptance: show avocado test execution by default tests/acceptance: improve docstring on pick_default_qemu_bin() tests/acceptance: fix doc reference to avocado_qemu directory tests/acceptance: introduce arch parameter and attribute tests/acceptance: use "arch:" tag to filter target specific tests tests/acceptance: look for target architecture in test tags first tests/boot_linux_console: rename the x86_64 after the arch and machine tests/boot_linux_console: update the x86_64 kernel tests/boot_linux_console: add common kernel command line options tests/boot_linux_console: increase timeout tests/boot_linux_console: refactor the console watcher into utility method scripts/qemu.py: support adding a console with the default serial device tests/boot_linux_console: add a test for mips64el + malta tests/boot_linux_console: add a test for aarch64 + virt tests/boot_linux_console: add a test for arm + virt tests/boot_linux_console: add a test for s390x + s390-ccw-virtio tests/boot_linux_console: add a test for alpha + clipper Daniel P. Berrangé (1): configure: automatically pick python3 is available Philippe Mathieu-Daudé (1): tests/boot_linux_console: add a test for mips + malta docs/devel/testing.rst | 35 +++- configure | 18 +- .travis.yml | 4 +- python/qemu/__init__.py | 50 ++--- tests/Makefile.include | 5 +- tests/acceptance/avocado_qemu/__init__.py | 23 ++- tests/acceptance/boot_linux_console.py | 211 ++++++++++++++++++++-- tests/acceptance/linux_initrd.py | 2 +- tests/acceptance/virtio_version.py | 2 +- 9 files changed, 285 insertions(+), 65 deletions(-) -- 2.18.0.rc1.1.g3f1ff2140