[PATCH 0/6] More record/replay acceptance tests

Pavel Dovgalyuk posted 6 patches 4 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/162332427732.194926.7555369160312506539.stgit@pasha-ThinkPad-X280
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, Cleber Rosa <crosa@redhat.com>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
There is a newer version of this series
MAINTAINERS                            |   1 +
tests/acceptance/boot_linux_console.py |  12 +++
tests/acceptance/replay_kernel.py      |  39 +++++++++
tests/acceptance/replay_linux.py       | 116 +++++++++++++++++++++++++
4 files changed, 168 insertions(+)
create mode 100644 tests/acceptance/replay_linux.py
[PATCH 0/6] More record/replay acceptance tests
Posted by Pavel Dovgalyuk 4 years ago
The following series adds new record/replay tests to the acceptance group.

The provided tests perform kernel boot and disk image boot scenarios.
For all of them recording and replaying phases are executed.
Tests were borrowed from existing boot_linux*.py tests.

New tests include kernel boot for s390x, ppc64, alpha, nios2, and openrisc,
and Linux boot with cloudinit image for x86_64.

---

Pavel Dovgaluk (1):
      tests/acceptance: Linux boot test for record/replay

Pavel Dovgalyuk (5):
      tests/acceptance: add replay kernel test for s390
      tests/acceptance: add replay kernel test for ppc64
      tests/acceptance: add replay kernel test for openrisc
      tests/acceptance: add replay kernel test for nios2
      tests/acceptance: add replay kernel test for alpha


 MAINTAINERS                            |   1 +
 tests/acceptance/boot_linux_console.py |  12 +++
 tests/acceptance/replay_kernel.py      |  39 +++++++++
 tests/acceptance/replay_linux.py       | 116 +++++++++++++++++++++++++
 4 files changed, 168 insertions(+)
 create mode 100644 tests/acceptance/replay_linux.py

--
Pavel Dovgalyuk

Re: [PATCH 0/6] More record/replay acceptance tests
Posted by Pavel Dovgalyuk 4 years ago
ping

On 10.06.2021 14:24, Pavel Dovgalyuk wrote:
> The following series adds new record/replay tests to the acceptance group.
> 
> The provided tests perform kernel boot and disk image boot scenarios.
> For all of them recording and replaying phases are executed.
> Tests were borrowed from existing boot_linux*.py tests.
> 
> New tests include kernel boot for s390x, ppc64, alpha, nios2, and openrisc,
> and Linux boot with cloudinit image for x86_64.
> 
> ---
> 
> Pavel Dovgaluk (1):
>        tests/acceptance: Linux boot test for record/replay
> 
> Pavel Dovgalyuk (5):
>        tests/acceptance: add replay kernel test for s390
>        tests/acceptance: add replay kernel test for ppc64
>        tests/acceptance: add replay kernel test for openrisc
>        tests/acceptance: add replay kernel test for nios2
>        tests/acceptance: add replay kernel test for alpha
> 
> 
>   MAINTAINERS                            |   1 +
>   tests/acceptance/boot_linux_console.py |  12 +++
>   tests/acceptance/replay_kernel.py      |  39 +++++++++
>   tests/acceptance/replay_linux.py       | 116 +++++++++++++++++++++++++
>   4 files changed, 168 insertions(+)
>   create mode 100644 tests/acceptance/replay_linux.py
> 
> --
> Pavel Dovgalyuk
>