All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] Record/replay acceptance tests
@ 2020-05-27 10:30 Pavel Dovgalyuk
  2020-05-27 10:30 ` [PATCH v2 01/11] tests/acceptance: allow console interaction with specific VMs Pavel Dovgalyuk
                   ` (11 more replies)
  0 siblings, 12 replies; 38+ messages in thread
From: Pavel Dovgalyuk @ 2020-05-27 10:30 UTC (permalink / raw)
  To: qemu-devel
  Cc: wrampazz, alex.bennee, dovgaluk, pavel.dovgaluk, crosa, pbonzini, philmd

The following series adds record/replay tests to the acceptance group.
Test pass successfully with the latest submitted record/replay fixes:
 - replay: notify the main loop when there are no instructions
 - replay: synchronize on every virtual timer callback

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. But some
of the platforms and images were excluded, because icount for them
still has some issues.

v2 changes:
 - Some test structure refactoring (suggested by Willian Rampazzo)

---

Pavel Dovgaluk (11):
      tests/acceptance: allow console interaction with specific VMs
      tests/acceptance: refactor boot_linux_console test to allow code reuse
      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
      tests/acceptance: refactor boot_linux to allow code reuse
      tests/acceptance: Linux boot test for record/replay


 0 files changed

--
Pavel Dovgalyuk


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

end of thread, other threads:[~2020-05-29  9:23 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 10:30 [PATCH v2 00/11] Record/replay acceptance tests Pavel Dovgalyuk
2020-05-27 10:30 ` [PATCH v2 01/11] tests/acceptance: allow console interaction with specific VMs Pavel Dovgalyuk
2020-05-27 14:20   ` Alex Bennée
2020-05-27 14:42     ` Willian Rampazzo
2020-05-27 10:30 ` [PATCH v2 02/11] tests/acceptance: refactor boot_linux_console test to allow code reuse Pavel Dovgalyuk
2020-05-27 14:31   ` Alex Bennée
2020-05-27 10:30 ` [PATCH v2 03/11] tests/acceptance: add base class record/replay kernel tests Pavel Dovgalyuk
2020-05-27 14:41   ` Philippe Mathieu-Daudé
2020-05-27 15:20   ` Alex Bennée
2020-05-28  7:19     ` Pavel Dovgalyuk
2020-05-28  8:28       ` Alex Bennée
2020-05-29  5:58         ` Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 04/11] tests/acceptance: add kernel record/replay test for x86_64 Pavel Dovgalyuk
2020-05-27 14:53   ` Philippe Mathieu-Daudé
2020-05-28  7:12     ` Pavel Dovgalyuk
2020-05-28  8:38       ` Philippe Mathieu-Daudé
2020-05-28 11:07         ` Alex Bennée
2020-05-28 11:32           ` Philippe Mathieu-Daudé
2020-05-27 15:40   ` Alex Bennée
2020-05-27 16:20     ` Alex Bennée
2020-05-28  7:26       ` Pavel Dovgalyuk
2020-05-27 15:41   ` Alex Bennée
2020-05-28  6:12     ` Pavel Dovgalyuk
2020-05-28 13:26       ` Alex Bennée
2020-05-29  5:56         ` Pavel Dovgalyuk
2020-05-29  9:20           ` Alex Bennée
2020-05-27 10:31 ` [PATCH v2 05/11] tests/acceptance: add record/replay test for aarch64 Pavel Dovgalyuk
2020-05-27 14:44   ` Philippe Mathieu-Daudé
2020-05-27 10:31 ` [PATCH v2 06/11] tests/acceptance: add record/replay test for arm Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 07/11] tests/acceptance: add record/replay test for ppc64 Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 08/11] tests/acceptance: add record/replay test for m68k Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 09/11] tests/acceptance: record/replay tests with advcal images Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 10/11] tests/acceptance: refactor boot_linux to allow code reuse Pavel Dovgalyuk
2020-05-27 10:31 ` [PATCH v2 11/11] tests/acceptance: Linux boot test for record/replay Pavel Dovgalyuk
2020-05-27 16:44   ` Alex Bennée
2020-05-28  6:17     ` Pavel Dovgalyuk
2020-05-27 13:41 ` [PATCH v2 00/11] Record/replay acceptance tests no-reply
2020-05-27 14:53   ` Philippe Mathieu-Daudé

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.