All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] More record/replay acceptance tests
@ 2021-04-02  9:35 Pavel Dovgalyuk
  2021-04-02  9:35 ` [PATCH 1/4] tests/acceptance: add replay kernel test for s390 Pavel Dovgalyuk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Pavel Dovgalyuk @ 2021-04-02  9:35 UTC (permalink / raw)
  To: qemu-devel
  Cc: pavel.dovgalyuk, philmd, wrampazz, crosa, pbonzini, alex.bennee

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, and openrisc,
and Linux boot with cloudinit image for x86_64.

---

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

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


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

--
Pavel Dovgalyuk


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-04-02  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-02  9:35 [PATCH 0/4] More record/replay acceptance tests Pavel Dovgalyuk
2021-04-02  9:35 ` [PATCH 1/4] tests/acceptance: add replay kernel test for s390 Pavel Dovgalyuk
2021-04-02  9:35 ` [PATCH 2/4] tests/acceptance: add replay kernel test for ppc64 Pavel Dovgalyuk
2021-04-02  9:35 ` [PATCH 3/4] tests/acceptance: add replay kernel test for openrisc Pavel Dovgalyuk
2021-04-02  9:35 ` [PATCH 4/4] tests/acceptance: Linux boot test for record/replay Pavel Dovgalyuk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.