Home
last modified time | relevance | path

Searched hist:"82184 f40186ad16fe3bc98591db511b67704ffb2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A DMAINTAINERS82184f40186ad16fe3bc98591db511b67704ffb2 Tue Jul 27 03:45:40 CDT 2021 Pavel Dovgalyuk <pavel.dovgalyuk@ispras.ru> tests/acceptance: Linux boot test for record/replay

This patch adds a test for record/replay, which boots Linux
image from the disk and interacts with the network.
The idea and code of this test is borrowed from boot_linux.py
This test includes only x86_64 platform. Other platforms and
machines will be added later after testing and improving
record/replay to completely support them.

Each test consists of the following phases:
- downloading the disk image
- recording the execution
- replaying the execution

Replay does not validates the output, but waits until QEMU
finishes the execution. This is reasonable, because
QEMU usually hangs when replay goes wrong.

Signed-off-by: Pavel Dovgalyuk <Pavel.Dovgaluk@ispras.ru>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <162737554047.1735673.13133593401566029378.stgit@pasha-ThinkPad-X280>