[Qemu-devel] [PULL 0/5] Python (acceptance tests) queue, 2019-08-28

Cleber Rosa posted 5 patches 4 years, 8 months ago
Only 3 patches received!
.travis.yml                               |  2 +-
tests/acceptance/avocado_qemu/__init__.py |  3 +++
tests/acceptance/boot_linux_console.py    | 19 +++++++++++++++++++
tests/acceptance/migration.py             |  3 ---
tests/acceptance/vnc.py                   |  4 ++--
tests/requirements.txt                    |  2 +-
6 files changed, 26 insertions(+), 7 deletions(-)
[Qemu-devel] [PULL 0/5] Python (acceptance tests) queue, 2019-08-28
Posted by Cleber Rosa 4 years, 8 months ago
The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:

  Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)

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 d19818e50e5286f878a76a286b76d29e57140dd4:

  VNC Acceptance test: simplify test names (2019-08-28 20:42:16 -0400)

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

Cleber Rosa (4):
  tests/requirements.txt: pin paramiko version requirement
  Acceptance tests: drop left over usage of ":avocado: enable"
  Boot Linux Console Test: add a test for ppc64 + pseries
  VNC Acceptance test: simplify test names

Satheesh Rajendran (1):
  tests.acceptance.avocado_qemu: Add support for powerpc

 .travis.yml                               |  2 +-
 tests/acceptance/avocado_qemu/__init__.py |  3 +++
 tests/acceptance/boot_linux_console.py    | 19 +++++++++++++++++++
 tests/acceptance/migration.py             |  3 ---
 tests/acceptance/vnc.py                   |  4 ++--
 tests/requirements.txt                    |  2 +-
 6 files changed, 26 insertions(+), 7 deletions(-)

-- 
2.21.0


Re: [Qemu-devel] [PULL 0/5] Python (acceptance tests) queue, 2019-08-28
Posted by Peter Maydell 4 years, 7 months ago
On Thu, 29 Aug 2019 at 02:04, Cleber Rosa <crosa@redhat.com> wrote:
>
> The following changes since commit 23919ddfd56135cad3cb468a8f54d5a595f024f4:
>
>   Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into staging (2019-08-27 15:52:36 +0100)
>
> 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 d19818e50e5286f878a76a286b76d29e57140dd4:
>
>   VNC Acceptance test: simplify test names (2019-08-28 20:42:16 -0400)
>
> ----------------------------------------------------------------
>
> Cleber Rosa (4):
>   tests/requirements.txt: pin paramiko version requirement
>   Acceptance tests: drop left over usage of ":avocado: enable"
>   Boot Linux Console Test: add a test for ppc64 + pseries
>   VNC Acceptance test: simplify test names
>
> Satheesh Rajendran (1):
>   tests.acceptance.avocado_qemu: Add support for powerpc



Applied, thanks.

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

-- PMM