[PULL 0/2] Python (acceptance tests) queue, 2019-09-19

Cleber Rosa posted 2 patches 4 years, 6 months ago
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test asan passed
Test checkpatch passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190919162658.27442-1-crosa@redhat.com
Maintainers: Aurelien Jarno <aurelien@aurel32.net>, Aleksandar Rikalo <arikalo@wavecomp.com>
tests/acceptance/cpu_queries.py          |  3 +++
tests/acceptance/linux_ssh_mips_malta.py | 10 +++++-----
2 files changed, 8 insertions(+), 5 deletions(-)
[PULL 0/2] Python (acceptance tests) queue, 2019-09-19
Posted by Cleber Rosa 4 years, 6 months ago
The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:

  target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +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 471c97a6938bda16f6e10e33437d96241482f580:

  BootLinuxSshTest: Only run the tests when explicitly requested (2019-09-19 09:53:39 -0400)

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

These are simple usability fixes for running acceptance tests on
non-x86 hosts, and were tested primarily on ppc64le.

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

David Gibson (1):
  tests/acceptance: Specify arch for QueryCPUModelExpansion

Philippe Mathieu-Daudé (1):
  BootLinuxSshTest: Only run the tests when explicitly requested

 tests/acceptance/cpu_queries.py          |  3 +++
 tests/acceptance/linux_ssh_mips_malta.py | 10 +++++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

-- 
2.21.0


Re: [PULL 0/2] Python (acceptance tests) queue, 2019-09-19
Posted by Peter Maydell 4 years, 6 months ago
On Thu, 19 Sep 2019 at 17:27, Cleber Rosa <crosa@redhat.com> wrote:
>
> The following changes since commit f8c3db33a5e863291182f8862ddf81618a7c6194:
>
>   target/sparc: Switch to do_transaction_failed() hook (2019-09-17 12:01:00 +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 471c97a6938bda16f6e10e33437d96241482f580:
>
>   BootLinuxSshTest: Only run the tests when explicitly requested (2019-09-19 09:53:39 -0400)
>
> ----------------------------------------------------------------
>
> These are simple usability fixes for running acceptance tests on
> non-x86 hosts, and were tested primarily on ppc64le.
>
> ----------------------------------------------------------------
>

Applied, thanks.

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

-- PMM