Re: [PATCH 1/6] tests/acceptance: add replay kernel test for s390

2021-06-22 Thread Willian Rampazzo
On Thu, Jun 10, 2021 at 8:24 AM Pavel Dovgalyuk wrote: > > This patch adds record/replay test which boots Linux > kernel on s390x platform. The test uses kernel binaries > taken from boot_linux_console test. > > Signed-off-by: Pavel Dovgalyuk > --- > tests/acceptance/replay_kernel.py | 16

[PATCH 1/6] tests/acceptance: add replay kernel test for s390

2021-06-10 Thread Pavel Dovgalyuk
This patch adds record/replay test which boots Linux kernel on s390x platform. The test uses kernel binaries taken from boot_linux_console test. Signed-off-by: Pavel Dovgalyuk --- tests/acceptance/replay_kernel.py | 16 1 file changed, 16 insertions(+) diff --git