mbox

[PULL,0/4] Acceptance testing patches for 2020-10-26

Message ID 20201026190726.19515-1-philmd@redhat.com
State New
Headers show

Pull-request

https://gitlab.com/philmd/qemu.git tags/acceptance-testing-20201026

Message

Philippe Mathieu-Daudé Oct. 26, 2020, 7:07 p.m. UTC
The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stag=
ing (2020-10-26 14:50:03 +0000)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/acceptance-testing-20201026

for you to fetch changes up to 4c9ac67230d2d8c12bfc0f3447ae353e67b43f7f:

  docs/devel/testing.rst: Update outdated Avocado URLs (2020-10-26 18:20:51 +=
0100)

----------------------------------------------------------------
Acceptance testing patches

- More ARM tests
- Documentation update

CI jobs results:
. https://cirrus-ci.com/build/5754555684093952
. https://gitlab.com/philmd/qemu/-/pipelines/207807648
----------------------------------------------------------------

Philippe Mathieu-Daud=C3=A9 (4):
  tests/boot_linux_console: Boot Trusted Firmware-A on the Raspberry Pi
    3
  tests/acceptance: Add a 'virt_kvm' test using the GICv3
  tests/acceptance: Allow running Orange Pi test using cached artifacts
  docs/devel/testing.rst: Update outdated Avocado URLs

 docs/devel/testing.rst                 |  4 ++--
 tests/acceptance/boot_linux.py         | 17 ++++++++++++++++-
 tests/acceptance/boot_linux_console.py | 24 ++++++++++++++++++++++++
 3 files changed, 42 insertions(+), 3 deletions(-)

--=20
2.26.2

Comments

Peter Maydell Oct. 27, 2020, 11:36 p.m. UTC | #1
On Mon, 26 Oct 2020 at 19:09, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit a46e72710566eea0f90f9c673a0f02da0064acce:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201026' into stag=
> ing (2020-10-26 14:50:03 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/acceptance-testing-20201026
>
> for you to fetch changes up to 4c9ac67230d2d8c12bfc0f3447ae353e67b43f7f:
>
>   docs/devel/testing.rst: Update outdated Avocado URLs (2020-10-26 18:20:51 +=
> 0100)
>
> ----------------------------------------------------------------
> Acceptance testing patches
>
> - More ARM tests
> - Documentation update
>
> CI jobs results:
> . https://cirrus-ci.com/build/5754555684093952
> . https://gitlab.com/philmd/qemu/-/pipelines/207807648
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM