mbox series

[00/11] tests/acceptance: Fix 64-bit MIPS target tests

Message ID 20191019151058.31733-1-f4bug@amsat.org
Headers show
Series tests/acceptance: Fix 64-bit MIPS target tests | expand

Message

Philippe Mathieu-Daudé Oct. 19, 2019, 3:10 p.m. UTC
From: PhilMD <f4bug@amsat.org>

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 <carriage return> 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

 .mailmap                                  |   1 +
 tests/acceptance/avocado_qemu/__init__.py |  45 ++++++++
 tests/acceptance/boot_linux_console.py    |  88 ++++++++-------
 tests/acceptance/linux_ssh_mips_malta.py  | 124 +++++++++++-----------
 4 files changed, 159 insertions(+), 99 deletions(-)

Comments

Philippe Mathieu-Daudé Oct. 19, 2019, 3:28 p.m. UTC | #1
On 10/19/19 5:10 PM, Philippe Mathieu-Daudé wrote:
> From: PhilMD <f4bug@amsat.org>

Oh I sent this from a new workspace, and forgot to set git.user.name :S
git.sendemail.from doesn't enforce it.
I'll simply resend.

> 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 <carriage return> 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
> 
>   .mailmap                                  |   1 +

Oh, the mailmap change wasn't supposed to get send neither...
It was just to stop receiving bounce errors from Microsoft MTA.

>   tests/acceptance/avocado_qemu/__init__.py |  45 ++++++++
>   tests/acceptance/boot_linux_console.py    |  88 ++++++++-------
>   tests/acceptance/linux_ssh_mips_malta.py  | 124 +++++++++++-----------
>   4 files changed, 159 insertions(+), 99 deletions(-)
>