Re: [PATCH 2/9] tests/acceptance: add base class record/replay kernel tests

2020-05-26 Thread Willian Rampazzo
On Mon, May 25, 2020 at 8:22 AM Pavel Dovgalyuk wrote: > > This patch adds a base for testing kernel boot recording and replaying. > Each test has the phase of recording and phase of replaying. > Virtual machines just boot the kernel and do not interact with > the network. > Structure and image li

[PATCH 2/9] tests/acceptance: add base class record/replay kernel tests

2020-05-25 Thread Pavel Dovgalyuk
This patch adds a base for testing kernel boot recording and replaying. Each test has the phase of recording and phase of replaying. Virtual machines just boot the kernel and do not interact with the network. Structure and image links for the tests are borrowed from boot_linux_console.py Testing co