mbox

[PULL,0/5] Acceptance Tests and Python libs patches for 2021-03-16

Message ID 20210317035242.24418-1-crosa@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/cleber.gnu/qemu.git/ tags/python-next-pull-request

Message

Cleber Rosa March 17, 2021, 3:52 a.m. UTC
The following changes since commit 5b7f5586d182b0cafb1f8d558992a14763e2953e:

  Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request=
' into staging (2021-03-16 13:17:54 +0000)

are available in the Git repository at:

  https://gitlab.com/cleber.gnu/qemu.git/ tags/python-next-pull-request

for you to fetch changes up to affc55e761ea4c96b9b2de582d813787a317aeda:

  tests/acceptance: linux-related tests fix (2021-03-16 22:24:44 -0400)

----------------------------------------------------------------
Acceptance and Python Test Improvements

Small collection of Acceptance and Python tests/improvements.

GitLab CI pipeline: https://gitlab.com/cleber.gnu/qemu/-/pipelines/271670930

----------------------------------------------------------------

Hyman (1):
  tests/migration: fix unix socket batch migration

Jagannathan Raman (1):
  tests: Add functional test for out-of-process device emulation

Pavel Dovgalyuk (1):
  tests/acceptance: linux-related tests fix

Wainer dos Santos Moschetta (1):
  tests/acceptance: Print expected message on wait_for_console_pattern

Willian Rampazzo (1):
  avocado_qemu: add exec_command function

 tests/acceptance/avocado_qemu/__init__.py | 23 +++++-
 tests/acceptance/multiprocess.py          | 95 +++++++++++++++++++++++
 tests/migration/guestperf/engine.py       |  7 ++
 3 files changed, 121 insertions(+), 4 deletions(-)
 create mode 100644 tests/acceptance/multiprocess.py

--=20
2.30.2

Comments

Peter Maydell March 18, 2021, 2:57 p.m. UTC | #1
On Wed, 17 Mar 2021 at 03:52, Cleber Rosa <crosa@redhat.com> wrote:
>
> The following changes since commit 5b7f5586d182b0cafb1f8d558992a14763e2953e:
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/usb-20210315-pull-request=
> ' into staging (2021-03-16 13:17:54 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/cleber.gnu/qemu.git/ tags/python-next-pull-request
>
> for you to fetch changes up to affc55e761ea4c96b9b2de582d813787a317aeda:
>
>   tests/acceptance: linux-related tests fix (2021-03-16 22:24:44 -0400)
>
> ----------------------------------------------------------------
> Acceptance and Python Test Improvements
>
> Small collection of Acceptance and Python tests/improvements.
>
> GitLab CI pipeline: https://gitlab.com/cleber.gnu/qemu/-/pipelines/271670930
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM