[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests |
Date: |
Sat, 19 Oct 2019 17:34:26 +0200 |
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 <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
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
- [PATCH v2 00/11] tests/acceptance: Fix 64-bit MIPS target tests,
Philippe Mathieu-Daudé <=
- [PATCH v2 01/11] Acceptance tests: refactor wait_for_console_pattern, Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 02/11] tests/acceptance: Fixe wait_for_console_pattern() hangs, Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 03/11] tests/acceptance: Send <carriage return> on serial lines, Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 04/11] tests/acceptance: Refactor exec_command_and_wait_for_pattern(), Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 05/11] tests/boot_linux_console: Use Avocado archive::gzip_uncompress(), Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 07/11] tests/ssh_linux_malta: Run tests using a snapshot image, Philippe Mathieu-Daudé, 2019/10/19
- [PATCH v2 06/11] tests/boot_linux_console: Run BusyBox on 5KEc 64-bit cpu, Philippe Mathieu-Daudé, 2019/10/19