Re: [PATCH] tests/acceptance: Print expected message on wait_for_console_pattern

2021-03-16 Thread Cleber Rosa
On Tue, Mar 09, 2021 at 12:35:07PM -0300, Wainer dos Santos Moschetta wrote: > For the sake of improve debuggability of tests which use the > wait_for_console_pattern(), this changed the _console_interaction() so that > the expected message is printed if the test fail. > > Signed-off-by: Wainer do

Re: [PATCH] tests/acceptance: Print expected message on wait_for_console_pattern

2021-03-16 Thread Willian Rampazzo
On Tue, Mar 9, 2021 at 12:36 PM Wainer dos Santos Moschetta wrote: > > For the sake of improve debuggability of tests which use the > wait_for_console_pattern(), this changed the _console_interaction() so that > the expected message is printed if the test fail. > > Signed-off-by: Wainer dos Santos

Re: [PATCH] tests/acceptance: Print expected message on wait_for_console_pattern

2021-03-09 Thread Joel Stanley
On Tue, 9 Mar 2021 at 16:00, Wainer dos Santos Moschetta wrote: > > For the sake of improve debuggability of tests which use the > wait_for_console_pattern(), this changed the _console_interaction() so that > the expected message is printed if the test fail. > > Signed-off-by: Wainer dos Santos Mo

[PATCH] tests/acceptance: Print expected message on wait_for_console_pattern

2021-03-09 Thread Wainer dos Santos Moschetta
For the sake of improve debuggability of tests which use the wait_for_console_pattern(), this changed the _console_interaction() so that the expected message is printed if the test fail. Signed-off-by: Wainer dos Santos Moschetta --- While I was testing "[PATCH v2 2/2] tests/acceptance: Test ast