[PULL 0/8] Acceptance testing patches for 2020-06-22

Philippe Mathieu-Daudé posted 8 patches 3 years, 10 months ago
Test FreeBSD passed
Test asan passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200622085934.16441-1-philmd@redhat.com
MAINTAINERS                       |   9 +
tests/acceptance/replay_kernel.py | 300 ++++++++++++++++++++++++++++++
2 files changed, 309 insertions(+)
create mode 100644 tests/acceptance/replay_kernel.py
[PULL 0/8] Acceptance testing patches for 2020-06-22
Posted by Philippe Mathieu-Daudé 3 years, 10 months ago
The following changes since commit 06c4cc3660b366278bdc7bc8b6677032d7b1118c:

  qht: Fix threshold rate calculation (2020-06-19 18:29:11 +0100)

are available in the Git repository at:

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

for you to fetch changes up to b52d7e216c663ae89c65d656faf3a80b1c05737e:

  tests/acceptance: record/replay tests with advcal images (2020-06-21 13:58:=
52 +0200)

----------------------------------------------------------------
Acceptance tests patches

- List acceptance test reviewers in MAINTAINERS
- Record/Replay tests from Pavel Dovgalyuk

Travis-CI:
https://travis-ci.org/github/philmd/qemu/jobs/700787719
----------------------------------------------------------------

Pavel Dovgaluk (7):
  tests/acceptance: add base class record/replay kernel tests
  tests/acceptance: add kernel record/replay test for x86_64
  tests/acceptance: add record/replay test for aarch64
  tests/acceptance: add record/replay test for arm
  tests/acceptance: add record/replay test for ppc64
  tests/acceptance: add record/replay test for m68k
  tests/acceptance: record/replay tests with advcal images

Philippe Mathieu-Daud=C3=A9 (1):
  MAINTAINERS: Add an entry to review Avocado based acceptance tests

 MAINTAINERS                       |   9 +
 tests/acceptance/replay_kernel.py | 300 ++++++++++++++++++++++++++++++
 2 files changed, 309 insertions(+)
 create mode 100644 tests/acceptance/replay_kernel.py

--=20
2.21.3


Re: [PULL 0/8] Acceptance testing patches for 2020-06-22
Posted by Peter Maydell 3 years, 10 months ago
On Mon, 22 Jun 2020 at 10:01, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit 06c4cc3660b366278bdc7bc8b6677032d7b1118c:
>
>   qht: Fix threshold rate calculation (2020-06-19 18:29:11 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/acceptance-testing-20200622
>
> for you to fetch changes up to b52d7e216c663ae89c65d656faf3a80b1c05737e:
>
>   tests/acceptance: record/replay tests with advcal images (2020-06-21 13:58:=
> 52 +0200)
>
> ----------------------------------------------------------------
> Acceptance tests patches
>
> - List acceptance test reviewers in MAINTAINERS
> - Record/Replay tests from Pavel Dovgalyuk
>
> Travis-CI:
> https://travis-ci.org/github/philmd/qemu/jobs/700787719
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM