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

Cleber Rosa posted 5 patches 4 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210317035242.24418-1-crosa@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Cleber Rosa <crosa@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
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
[PULL 0/5] Acceptance Tests and Python libs patches for 2021-03-16
Posted by Cleber Rosa 4 years, 8 months ago
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



Re: [PULL 0/5] Acceptance Tests and Python libs patches for 2021-03-16
Posted by Peter Maydell 4 years, 8 months ago
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