[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine

Philippe Mathieu-Daudé posted 2 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210515134555.307404-1-f4bug@amsat.org
There is a newer version of this series
tests/acceptance/avocado_qemu/__init__.py |  7 +-
tests/acceptance/machine_ppc_pegasos.py   | 98 +++++++++++++++++++++++
2 files changed, 103 insertions(+), 2 deletions(-)
create mode 100644 tests/acceptance/machine_ppc_pegasos.py
[PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
Posted by Philippe Mathieu-Daudé 2 years, 11 months ago

Philippe Mathieu-Daudé (2):
  tests/acceptance: Ignore binary data sent on serial console
  tests/acceptance: Add tests for the Pegasos2 machine

 tests/acceptance/avocado_qemu/__init__.py |  7 +-
 tests/acceptance/machine_ppc_pegasos.py   | 98 +++++++++++++++++++++++
 2 files changed, 103 insertions(+), 2 deletions(-)
 create mode 100644 tests/acceptance/machine_ppc_pegasos.py

-- 
2.26.3

Re: [PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
Posted by BALATON Zoltan 2 years, 9 months ago
On Sat, 15 May 2021, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (2):
>  tests/acceptance: Ignore binary data sent on serial console
>  tests/acceptance: Add tests for the Pegasos2 machine
>
> tests/acceptance/avocado_qemu/__init__.py |  7 +-
> tests/acceptance/machine_ppc_pegasos.py   | 98 +++++++++++++++++++++++
> 2 files changed, 103 insertions(+), 2 deletions(-)
> create mode 100644 tests/acceptance/machine_ppc_pegasos.py
>
> --
> 2.26.3

Now that pegasos2 is in master should these tests be added too? I can't 
test if these still apply or work correctly so just sending this as a 
reminder in case we want this to be part of the next release too but 
could also be added later if no time for it now.

Regards,
BALATON Zoltan
Re: [PATCH 0/2] tests/acceptance: Add tests for the Pegasos2 machine
Posted by Philippe Mathieu-Daudé 2 years, 11 months ago
ping?

On 5/15/21 3:45 PM, Philippe Mathieu-Daudé wrote:
> Philippe Mathieu-Daudé (2):
>   tests/acceptance: Ignore binary data sent on serial console
>   tests/acceptance: Add tests for the Pegasos2 machine
> 
>  tests/acceptance/avocado_qemu/__init__.py |  7 +-
>  tests/acceptance/machine_ppc_pegasos.py   | 98 +++++++++++++++++++++++
>  2 files changed, 103 insertions(+), 2 deletions(-)
>  create mode 100644 tests/acceptance/machine_ppc_pegasos.py