ping for Cleber and Eduardo On Saturday, October 19, 2019, Philippe Mathieu-Daudé wrote: > v2: > - Fixed GIT_COMMITTER_NAME > - do no include Aleksandar Rikalo mailmap change > > Commit 9090d3332cdcc introduced a regression which makes the > 64-bit target tests to fail. > > This series fix it (by previously refactoring the linux_ssh_malta > test), and also add another test for the 5KEc CPU. > > I had to include Avocado-related patches not yet merged again to > avoid sending patches that will later not apply. > > Please review, > > Phil. > > Cleber Rosa (1): > Acceptance tests: refactor wait_for_console_pattern > > Philippe Mathieu-Daudé (10): > tests/acceptance: Fixe wait_for_console_pattern() hangs > tests/acceptance: Send on serial lines > tests/acceptance: Refactor exec_command_and_wait_for_pattern() > tests/boot_linux_console: Use Avocado archive::gzip_uncompress() > tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpu > tests/ssh_linux_malta: Run tests using a snapshot image > tests/ssh_linux_malta: Remove duplicated test > tests/ssh_linux_malta: Match stricter console output > tests/ssh_linux_malta: Refactor how to get image/kernel info > tests/ssh_linux_malta: Fix 64-bit target tests > > tests/acceptance/avocado_qemu/__init__.py | 45 ++++++++ > tests/acceptance/boot_linux_console.py | 88 ++++++++------- > tests/acceptance/linux_ssh_mips_malta.py | 124 +++++++++++----------- > 3 files changed, 158 insertions(+), 99 deletions(-) > > -- > 2.21.0 > > >