The following changes since commit d649689a8ecb2e276cc20d3af6d416e3c299cb17:
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2020-03-17 18:33:05 +0000) are available in the Git repository at: git://github.com/clebergnu/qemu.git tags/python-next-pull-request for you to fetch changes up to a51d6a549361fd1a20dd2ac1d6a42ac0a4c708c7: tests/docker: make "buildah bud" output similar to "docker build" (2020-03-17 19:16:16 -0400) ---------------------------------------------------------------- Python and tests (mostly acceptance) patches 2020-03-17 ---------------------------------------------------------------- Cleber Rosa (5): Acceptance tests: introduce BUILD_DIR and SOURCE_DIR Acceptance test: add "boot_linux" tests Acceptance tests: add make targets to download images tests/docker: add CentOS 8 Dockerfile tests/docker: make "buildah bud" output similar to "docker build" Oksana Vohchana (1): python/qemu/qmp.py: QMP debug with VM label .travis.yml | 2 +- python/qemu/machine.py | 3 +- python/qemu/qmp.py | 5 +- tests/Makefile.include | 20 +- tests/acceptance/avocado_qemu/__init__.py | 25 +- tests/acceptance/boot_linux.py | 222 ++++++++++++++++++ tests/docker/dockerfiles/centos8.docker | 32 +++ .../dockerfiles/debian-win32-cross.docker | 2 +- tests/requirements.txt | 1 + 9 files changed, 300 insertions(+), 12 deletions(-) create mode 100644 tests/acceptance/boot_linux.py create mode 100644 tests/docker/dockerfiles/centos8.docker -- 2.25.1