Re: [PATCH 3/6] tests/acceptance: add replay kernel test for openrisc

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

[PATCH 3/6] tests/acceptance: add replay kernel test for openrisc

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