mbox

[PULL,0/6] Python and tests (mostly acceptance) patches 2020-03-17

Message ID 20200318001932.180617-1-crosa@redhat.com
State New
Headers show

Pull-request

git://github.com/clebergnu/qemu.git tags/python-next-pull-request

Message

Cleber Rosa March 18, 2020, 12:19 a.m. UTC
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

Comments

Peter Maydell March 19, 2020, 2:21 p.m. UTC | #1
On Wed, 18 Mar 2020 at 00:19, Cleber Rosa <crosa@redhat.com> wrote:
>
> 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


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.0
for any user-visible changes.

-- PMM