Re: [PATCH 5/7] tests/acceptance: replay_kernel: Remove unused wait_for_console_pattern

2021-05-24 Thread Willian Rampazzo
On Mon, May 3, 2021 at 7:44 PM Wainer dos Santos Moschetta wrote: > > The ReplayKernelBase class uses the wait_for_console_pattern from its > parent LinuxKernelTest class, thus it doesn't need to import that method > from avocado_qemu. > > Signed-off-by: Wainer dos Santos Moschetta > --- > tests

[PATCH 5/7] tests/acceptance: replay_kernel: Remove unused wait_for_console_pattern

2021-05-03 Thread Wainer dos Santos Moschetta
The ReplayKernelBase class uses the wait_for_console_pattern from its parent LinuxKernelTest class, thus it doesn't need to import that method from avocado_qemu. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/replay_kernel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/te