Re: [PATCH 2/6] tests/acceptance: add replay kernel test for ppc64

2021-06-23 Thread Pavel Dovgalyuk
On 22.06.2021 22:23, Willian Rampazzo wrote: On Thu, Jun 10, 2021 at 8:25 AM Pavel Dovgalyuk wrote: This patch adds record/replay test which boots Linux kernel on ppc64 platform. The test uses kernel binaries taken from boot_linux_console test. Signed-off-by: Pavel Dovgalyuk ---

Re: [PATCH 2/6] tests/acceptance: add replay kernel test for ppc64

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 ppc64 platform. The test uses kernel binaries > taken from boot_linux_console test. > > Signed-off-by: Pavel Dovgalyuk > --- > tests/acceptance/boot_linux_console.py |

[PATCH 2/6] tests/acceptance: add replay kernel test for ppc64

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